Line 88:
Line 88:
<source lang="bash">
<source lang="bash">
$ mv dolibarr-x.y.z dolibarr
$ mv dolibarr-x.y.z dolibarr
+
</source>
+
* As a root user, change permission to be sure to have read only files for groups and others
+
<source lang="bash">
+
$ chmod -R 755 /var/www/dolibarr
</source>
</source>
* As a root user, create, into directory dolibarr/htdocs/conf, an empty configuration file called conf.php and set, as owner, the web server user (example www-data on Debian, nobody on old RedHat, apache on Mandriva, recent RedHat or other distributions ...). This is required because the web server will have to write into this file during install process.
* As a root user, create, into directory dolibarr/htdocs/conf, an empty configuration file called conf.php and set, as owner, the web server user (example www-data on Debian, nobody on old RedHat, apache on Mandriva, recent RedHat or other distributions ...). This is required because the web server will have to write into this file during install process.