How to Install Dolibarr ERP/CRM on Ubuntu 22.04
Dolibarr is an open-source ERP and CRM software package for managing small to medium-sized businesses.
Streamline your business operations on VPS-SERVER HOST.
Complete Installation Script
#!/bin/bash
# Dolibarr Installer
# Note: Does not create the database.
cd /var/www/html
wget https://sourceforge.net/projects/dolibarr/files/Dolibarr%20ERP-CRM/19.0.1/dolibarr-19.0.1.zip
unzip dolibarr-19.0.1.zip
mv dolibarr-19.0.1/* .
chown -R www-data:www-data .