S

How to Install Dolibarr on CentOS 7

[Dolibarr](https://www.dolibarr.org/) is an open source enterprise resource planning (ERP) and customer relationship management (CRM) for Business. Dolibarr source code is hosted on [GitHub](https://github.com/Dolibarr/dolibarr). This guide will show you how to install Dolibarr ERP and CRM on a fresh CentOS 7 Vultr instance. - Database (Mysql 5.0.3+, MariaDB 5.0.3+, PostgresSQL 8.1.4+) - PHP 5.3.0+ - Web Server (Apache, Nginx) Check the CentOS version. cat /etc/centos-release C......

Comments