Difference between revisions of "Dolibarr for Ubuntu or Debian"
m (moved Dolibarr for Ubuntu to Dolibarr for Ubuntu or Debian) |
|||
Line 3: | Line 3: | ||
=Introduction= | =Introduction= | ||
− | Dolibarr for Ubuntu (DoliBuntu) is a version of Dolibarr ERP/CRM, packaged with | + | Dolibarr for Ubuntu or Debian (DoliBuntu) is a version of Dolibarr ERP/CRM, packaged with Mysql, PHP and Apache with an automatic installer for Ubuntu or Debian users that don't have any technical knowledges. |
− | In a few seconds, after | + | In a few seconds, after installing this package, you are able to work on Dolibarr, even if you don't have already a 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/ | + | Dolibarr for Ubuntu and Debian is an "all in one" package that can be downloaded from page http://www.dolibarr.org/downloads/. You will find it into the category "stable versions". |
=Instalation= | =Instalation= |
Revision as of 12:52, 1 August 2011
Introduction
Dolibarr for Ubuntu or Debian (DoliBuntu) is a version of Dolibarr ERP/CRM, packaged with Mysql, PHP and Apache with an automatic installer for Ubuntu or Debian users that don't have any technical knowledges.
In a few seconds, after installing this package, you are able to work on Dolibarr, even if you don't have already a web server or if you don't know what is Apache, Mysql or PHP. Everything is installed for you.
Dolibarr for Ubuntu and Debian is an "all in one" package that can be downloaded from page http://www.dolibarr.org/downloads/. You will find it into the category "stable versions".
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:
$ sudo dpkg -i dolibarr.x.y.z.deb
where x.y.z is the dolibarr version, ex. dolibarr.2.8.0.deb
If an error of dependencie occurs, type
$ sudo apt-get install -f dolibarr.x.y.z.deb
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.