Line 58:
Line 58:
* For security reason, we recommend, once setup is finished, to create a file install.lock into Dolibarr installed directory that only root user can delete. This will lock the call of the install process again (you will have to remove it for upgrades).
* For security reason, we recommend, once setup is finished, to create a file install.lock into Dolibarr installed directory that only root user can delete. This will lock the call of the install process again (you will have to remove it for upgrades).
If this is not done, Dolibarr will show you a warning one logged by an administrator user.
If this is not done, Dolibarr will show you a warning one logged by an administrator user.
−
$ touch /var/www/dolibarr/install.lock; chmod ug-w /var/www/dolibarr;
+
$ touch /var/www/dolibarr/install.lock; chmod go-w /var/www/dolibarr;
= Upgrade Dolibarr =
= Upgrade Dolibarr =