repo: add documentation in readme

This commit is contained in:
Michael Faille 2020-06-03 17:08:00 -04:00 committed by Mathieu Benoit
parent aab90ef8e7
commit 293c1d2796

View file

@ -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