repo: add documentation in readme
This commit is contained in:
parent
aab90ef8e7
commit
293c1d2796
1 changed files with 17 additions and 0 deletions
17
README.md
17
README.md
|
|
@ -1,4 +1,21 @@
|
||||||
# ERPLibre
|
# 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
|
## Installation procedure production
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue