diff --git a/README.md b/README.md index d41b676..7c2ce9e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ # ERPLibre +https://railsware.com/blog/taming-the-git-daemon-to-quickly-share-git-repository/ +git daemon --base-path=. --export-all --reuseaddr --informative-errors --verbose + +repo init -u git://127.0.0.1:9418/ -b $(git branch --show-current) + +Table à vérifier dans pgsql : +ir_ui_view + +Restore une BD : +- un module est installé mais n'est pas physiquement là + +Une DB est installé mais on n'arrive pas à l'exécuté + + HEALTHCHECK CMD curl --fail http://localhost:8069/web || exit 1 + + TODO : having the DB variable configurable + ## Installation procedure production