|6|7|8|9|develop|
|----------|----------|----------|----------|
||
|
|
|
|
Dolibarr ERP & CRM is a modern software package to manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda…).
It's an Open Source Software (written in PHP language) designed for small, medium or large companies, foundations and freelances.
You can freely use, study, modify or distribute it according to its Free Software licence.
You can use it as a standalone application or as a web application to be able to access it from the Internet or a LAN.
Dolibarr is released under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version (GPL-3+).
See the COPYING file for a full copy of the license.
Other licenses apply for some included dependencies. See COPYRIGHT for a full list.
Releases can be downloaded from official website.
If you do not already have Composer installed, you may do so by following the instructions at getcomposer.org. On Linux and macOS, you may run the following commands:
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
On Windows, you can download and run https://getcomposer.org/Composer-Setup.exe
You can then create a new project
composer create-project dolibarr/dolibarr erp
If you have low technical skills and you're looking to install Dolibarr ERP/CRM in just a few clicks, you can use one of the packaged versions:
You can use a Web server and a supported database (MariaDB, MySQL or PostgreSQL) to install the standard version.
htdocs/conf/conf.php
file and set permissions for your web server user (write permissions will be removed once install is finished)From your browser, go to the dolibarr "install/" page
The URL will depends on choices made in the first step:
http://localhost/dolibarr/htdocs/install/
or
http://localhost/dolibarr/install/
or
http://yourdolibarrvirtualhost/install/
Follow the installer instructions
install.lock
file exists to lock any other upgrade process, the application will ask you to remove the file manually (you should find the install.lock
file into the directory used to store generated and uploaded documents, in most cases, it is the directory called "documents").Note: migration process can be safely done multiple times by calling the /install/index.php
page
See the ChangeLog file.
Dolibarr can be extended with a lot of other external application or modules from third party developers available at the DoliStore.
These are features that Dolibarr does not yet fully support:
Administrator, user, developer and translator's documentations are available along with other community resources on the Wiki.
This project exists thanks to all the people who contribute. [Contribute].
Dolibarr is the work of many contributors over the years and uses some fine libraries.
See COPYRIGHT file.
Follow Dolibarr project on:
Support this project by becoming a sponsor. Your logo will show up here. 🙏 [Become a sponsor/backer]