This guide installs Dolibarr on a Linux server using the official zip package.
Download the latest Dolibarr zip archive from the official download page and unpack it into your web server root.
unzip dolibarr.zip
Move or copy the extracted dolibarr/htdocs directory into your web root.
Configure your web server to use dolibarr/htdocs as the document root (example virtual host files are provided for Apache and Nginx in the Dolibarr wiki).
Create an empty configuration file and give the web server write permissions during installation:
touch htdocs/conf/conf.php
Open the install page in your browser:
http://your-domain/dolibarr/install/
Follow the installer wizard to create the database and admin account.
After installation, create the install.lock file in the documents directory to prevent re-running the installer:
echo > documents/install.lock
chmod 444 documents/install.lock
Feel free to contact us. Find all contact information on our contact page.