Difference between revisions of "Dolibarr for Ubuntu or Debian"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
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".
 
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=
+
=Installation=
For install, you can click on the dolibarr.x.y.z.deb file if you use the file manager nautilus, or, inside a terminal console, type:  
+
== From PPA repository (development version) ==
 +
<source lang="bash">
 +
sudo add-apt-repository ppa:eldy/dolibarr-stable
 +
sudo apt-get update && sudo apt-get install dolibarr
 +
</source>
 +
 
 +
== From downloaded .deb package ==
 +
To install the download .deb package found into the download area, you can click on the dolibarr.x.y.z.deb file if you use the file manager nautilus, or, inside a terminal console, type:  
  
 
<source lang="bash">
 
<source lang="bash">
Line 18: Line 25:
 
where x.y.z is the dolibarr version, ex. dolibarr_3.1.0-1.1_all.deb
 
where x.y.z is the dolibarr version, ex. dolibarr_3.1.0-1.1_all.deb
  
If an error of dependencie occurs, type
+
If an error of dependency occurs, type
 
<source lang="bash">
 
<source lang="bash">
 
$ sudo apt-get install -f dolibarr_x.y.z-w.w_all.deb
 
$ sudo apt-get install -f dolibarr_x.y.z-w.w_all.deb

Revision as of 18:28, 14 May 2012

Logo ubuntu.png

Introduction

Dolibarr for Ubuntu or Debian (DoliDeb) is a version of Dolibarr ERP/CRM, packaged with Mysql, PHP and Apache or Lighttpd, with an automatic installer for Ubuntu or Debian users that don't have any technical knowledge.

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/Lighttpd, 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".

Installation

From PPA repository (development version)

sudo add-apt-repository ppa:eldy/dolibarr-stable
sudo apt-get update && sudo apt-get install dolibarr

From downloaded .deb package

To install the download .deb package found into the download area, you can click on the dolibarr.x.y.z.deb file if you use the file manager nautilus, or, inside a terminal console, type:

$ sudo dpkg -i dolibarr_x.y.z-w.w_all.deb

where x.y.z is the dolibarr version, ex. dolibarr_3.1.0-1.1_all.deb

If an error of dependency occurs, type

$ sudo apt-get install -f dolibarr_x.y.z-w.w_all.deb

This will fix all your system orphan dependencies.