Line 10:
Line 10:
=Installation=
=Installation=
−
== From PPA repository (development version) ==
+
== From PPA repository (development or stable version) ==
+
* First define the PPA where Dolibarr packages are hosted
<source lang="bash">
<source lang="bash">
sudo add-apt-repository ppa:eldy/dolibarr-dev
sudo add-apt-repository ppa:eldy/dolibarr-dev
−
sudo apt-get update && sudo apt-get install dolibarr
+
</source>
+
or
+
<source lang="bash">
+
sudo add-apt-repository ppa:eldy/dolibarr-stable
</source>
</source>
If you get the following message after the first line :
If you get the following message after the first line :
Line 21:
Line 25:
sudo apt-get install python-software-properties
sudo apt-get install python-software-properties
</source>
</source>
+
+
* Then, refresh your database of hosted packages an launch install od Dolibarr package
+
<source lang="bash">
+
sudo apt-get update && sudo apt-get install dolibarr
+
</source>
+
+
* Then you can call page http://localhost/dolibarr
== From downloaded .deb package ==
== From downloaded .deb package ==
−
To install the download .deb package found into the download area of dolibarr.org portal, just click on the dolibarr.x.y.z.deb file if you use the file manager nautilus, or, inside a terminal console, type:
+
To install the download .deb package found into the download area of dolibarr.org portal, first install the Dolibarr package.
+
* For this, just click on the dolibarr.x.y.z.deb file if you use the file manager nautilus.
+
If you use a terminal console, type:
<source lang="bash">
<source lang="bash">
Line 37:
Line 50:
This will fix all your system orphan dependencies.
This will fix all your system orphan dependencies.
+
+
* Then you can call page http://localhost/dolibarr