Changes

m
Line 75: Line 75:     
* 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 once logged with an administrator user.
 
  $ echo > dolibarr/install.lock
 
  $ echo > dolibarr/install.lock
 
  $ chmod 444 dolibarr/install.lock
 
  $ chmod 444 dolibarr/install.lock