tech:notes_dolibarr
Ceci est une ancienne révision du document !
Table des matières
Notes Dolibarr
Voir aussi :
- openconcerto
- erpnext
Install
http://wiki.dolibarr.org/index.php/Installation_-_Upgrade
apt-get install php5-gd php5-pgsql postgresql adduser --system --home /var/www/dolibarr dolibarr su - dolibarr -s /bin/bash git clone https://github.com/Dolibarr/dolibarr/ git tag git checkout 3.8.3 exit chown dolibarr: /var/www/dolibarr/dolibarr/htdocs/conf
- /etc/php5/fpm/pool.d/dolibarr.conf
[dolibarr] user = dolibarr group = dolibarr listen = /var/run/php5-fpm-dolibarr.sock 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] = /var/log/fpm-php.dolibarr.log php_admin_flag[log_errors] = on
Post install
Après l'install on bloque les urls /install*
- /etc/nginx/sites-available/dolibarr
location ~ /install* { deny all; }
touch /var/www/dolibarr/dolibarr/documents/install.lock
Php ne doit plus pouvoir écrire ici
chown -R www-data: /var/www/dolibarr/dolibarr/htdocs/conf/
Pb
Erreur à l'intall
http://nongnu.13855.n7.nabble.com/Bug-1882-Error-installing-with-PostgreSQL-td198863.html
Apparemment on peut ignorer
tech/notes_dolibarr.1742825205.txt.gz · Dernière modification : de 127.0.0.1
