From 293c1d2796cbb5fe2c9e7d641378e3a3bc900602 Mon Sep 17 00:00:00 2001 From: Michael Faille Date: Wed, 3 Jun 2020 17:08:00 -0400 Subject: [PATCH] repo: add documentation in readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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