Dolibarr instalacja w systemie Ubuntu 20.04

Dolibarr instalacja w kilku krokach.

Dolibarr instalacja w systemie Ubuntu 20.04
timedatectl set-timezone Europe/Warsaw
dpkg -i dolibarr_x.y.z-a.b_all.deb
apt-get install -f
mysql
grant all privileges on *.* to root@'localhost' identified by 'nowehasło' with grant option;
apt-get install php7.4-Intl -y
apache2ctl restart