Changes

no edit summary
Line 1: Line 1:  +
=Introduction=
 
Dolibarr for Ubuntu is a version of Dolibarr ERP/CRM, packaged with Apache, Mysql, PHP automatic installer for Ubuntu/Debian users that don't have any technical knowledges.  
 
Dolibarr for Ubuntu is a version of Dolibarr ERP/CRM, packaged with Apache, Mysql, PHP automatic installer for Ubuntu/Debian users that don't have any technical knowledges.  
    
In a few seconds, after running the deb package Dolibarr for Ubuntu, you are able to work on Dolibarr, even if you don't have already any web server or if you don't know what is Apache, Mysql or PHP. Everything is installed for you.  
 
In a few seconds, after running the deb package Dolibarr for Ubuntu, you are able to work on Dolibarr, even if you don't have already any web server or if you don't know what is Apache, Mysql or PHP. Everything is installed for you.  
    +
Dolibarr for Ubuntu is an "all in one" package that can be downloaded from page http://www.dolibarr.org/downloads/
 +
 +
=Instalation=
 
For install, you can click on the dolibarr.x.y.z.deb file if you are in a nautilus window, or with console type:  
 
For install, you can click on the dolibarr.x.y.z.deb file if you are in a nautilus window, or with console type:  
   Line 11: Line 15:  
where x.y.z is the dolibarr version, ex. dolibarr.2.8.0.deb
 
where x.y.z is the dolibarr version, ex. dolibarr.2.8.0.deb
   −
Dolibarr for Ubuntu is an "all in one" package that can be downloaded from page http://www.dolibarr.org/downloads/
+
If an error of dependencie occurs, type
 +
<source lang="bash">
 +
$ sudo apt-get install -f
 +
</source>
 +
 
 +
This will fix all your system orphan dependencies.
 +
 
 +
During the installation process you will be prompted for the Mysql root password. We strongly recommend you do not leave it blank.