Difference between revisions of "Dolibarr for Ubuntu or Debian"
m (→From zip) Tags: Mobile web edit Mobile edit |
|||
(12 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | <!-- BEGIN origin interlang links --> | ||
+ | <!-- You can edit this section but do NOT remove these comments | ||
+ | Links below will be automatically replicated on translated pages by PolyglotBot --> | ||
+ | [[fr:Dolibarr_pour_Ubuntu_ou_Debian]] | ||
+ | [[es:Dolibarr_para_Ubuntu_o_Debian]] | ||
+ | <!-- END interlang links --> | ||
+ | |||
[[Category:Admin]] | [[Category:Admin]] | ||
+ | [[Category:Admin_en]] | ||
+ | [[Category:Linux]] | ||
[[File:Logo_ubuntu.png]] | [[File:Logo_ubuntu.png]] | ||
Line 7: | Line 16: | ||
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. | 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 | + | Dolibarr for Ubuntu and Debian is an "all in one" package that can be downloaded from page https://www.dolibarr.org/downloads/. You will find it into the category "stable versions". |
= Pre-requisite = | = Pre-requisite = | ||
− | Package | + | Package DoliDeb of Dolibarr is compatible with : |
− | * Debian | + | * Debian 8+ |
− | * Ubuntu | + | * Ubuntu 18.04+ |
=Installation= | =Installation= | ||
Line 25: | Line 34: | ||
</source> | </source> | ||
− | where x.y.z is the dolibarr version, ex. | + | where x.y.z is the dolibarr version, ex. dolibarr_14.0.0-1.1_all.deb |
If an error of dependency occurs, type | If an error of dependency occurs, type | ||
Line 34: | Line 43: | ||
This will fix all your system orphan dependencies. | This will fix all your system orphan dependencies. | ||
− | * Then you can call page http://localhost/dolibarr | + | * Then you can call page http://localhost/dolibarr and follow wizard steps. |
− | + | Note: If after setup, you experience troubles using WYSIWYG module, go into file /etc/dolibar/conf.php and comment line | |
− | + | <source lang="ini"> | |
− | + | $dolibarr_js_CKEDITOR=... | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | <source lang=" | ||
− | |||
</source> | </source> | ||
− | + | == From zip == | |
− | + | [[File:Warning.png]] This method meand you make a manual installation. It is not a debian or ubuntu related solution but a generic solution. So see the generic tutorial of a Dolibarr installation. | |
− | |||
− | |||
− | |||
− | |||
+ | = Other information = | ||
+ | Following information are usefull for Dolibarr team to maintain package into Debian: | ||
− | + | * TCPDF: Access to the package page: https://tracker.debian.org/pkg/tcpdf | |
− | + | * TCPDF: Access GIT developper: git+ssh://git.debian.org/git/collab-maint/tcpdf.git | |
− | + | * TCPDF: Access GIT anonymous read only: git://anonscm.debian.org/collab-maint/tcpdf.git (http://anonscm.debian.org/git/collab-maint/tcpdf.git) | |
− |
Latest revision as of 07:20, 10 February 2022
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 https://www.dolibarr.org/downloads/. You will find it into the category "stable versions".
Pre-requisite
Package DoliDeb of Dolibarr is compatible with :
- Debian 8+
- Ubuntu 18.04+
Installation
From downloaded .deb package
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:
$ sudo dpkg -i dolibarr_x.y.z-w.w_all.deb
where x.y.z is the dolibarr version, ex. dolibarr_14.0.0-1.1_all.deb
If an error of dependency occurs, type
$ sudo apt-get install -f
This will fix all your system orphan dependencies.
- Then you can call page http://localhost/dolibarr and follow wizard steps.
Note: If after setup, you experience troubles using WYSIWYG module, go into file /etc/dolibar/conf.php and comment line
$dolibarr_js_CKEDITOR=...
From zip
This method meand you make a manual installation. It is not a debian or ubuntu related solution but a generic solution. So see the generic tutorial of a Dolibarr installation.
Other information
Following information are usefull for Dolibarr team to maintain package into Debian:
- TCPDF: Access to the package page: https://tracker.debian.org/pkg/tcpdf
- TCPDF: Access GIT developper: git+ssh://git.debian.org/git/collab-maint/tcpdf.git
- TCPDF: Access GIT anonymous read only: git://anonscm.debian.org/collab-maint/tcpdf.git (http://anonscm.debian.org/git/collab-maint/tcpdf.git)