tech:notes_dolibarr
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédente | |||
| tech:notes_dolibarr [2025/11/14 08:53] – Jean-Baptiste | tech:notes_dolibarr [2026/06/07 19:12] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Notes Dolibarr | ||
| + | |||
| + | Voir aussi : | ||
| + | * openconcerto | ||
| + | * erpnext | ||
| + | |||
| + | |||
| + | ## Install | ||
| + | |||
| + | http:// | ||
| + | |||
| + | ~~~bash | ||
| + | apt-get install php5-gd php5-pgsql postgresql | ||
| + | |||
| + | adduser --system --home / | ||
| + | |||
| + | su - dolibarr -s /bin/bash | ||
| + | git clone https:// | ||
| + | git tag | ||
| + | git checkout 3.8.3 | ||
| + | |||
| + | exit | ||
| + | |||
| + | chown dolibarr: / | ||
| + | ~~~ | ||
| + | |||
| + | `/ | ||
| + | ~~~ini | ||
| + | [dolibarr] | ||
| + | user = dolibarr | ||
| + | group = dolibarr | ||
| + | listen = / | ||
| + | listen.owner = www-data | ||
| + | listen.group = www-data | ||
| + | |||
| + | pm = dynamic | ||
| + | pm.max_children = 5 | ||
| + | pm.start_servers = 2 | ||
| + | pm.min_spare_servers = 1 | ||
| + | pm.max_spare_servers = 3 | ||
| + | |||
| + | chdir = / | ||
| + | |||
| + | php_admin_value[error_log] = / | ||
| + | php_admin_flag[log_errors] = on | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ### Post install | ||
| + | |||
| + | Après l' | ||
| + | `/ | ||
| + | ~~~nginx | ||
| + | location ~ /install* { | ||
| + | deny all; | ||
| + | } | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ~~~bash | ||
| + | touch / | ||
| + | ~~~ | ||
| + | |||
| + | Php ne doit plus pouvoir écrire ici | ||
| + | ~~~ | ||
| + | chown -R www-data: / | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | ## Pb | ||
| + | |||
| + | Erreur à l' | ||
| + | |||
| + | http:// | ||
| + | |||
| + | Apparemment on peut ignorer | ||
| + | |||
