[UBUNTU] install server cbt - fourslickz/notes GitHub Wiki

apt install software-properties-common
apt-get install net-tools
add-apt-repository ppa:ondrej/php
apt-get install php7.4-{bcmath,bz2,cgi,cli,common,curl,fpm,gd,gmp,intl,json,ldap,mbstring,mcrypt,memcache,memcached,mysql,opcache,pspell,readline,soap,uuid,xml,zip}
systemctl enable php7.4-fpm
apt-get install nginx
systemctl enable nginx
apt-get install mariadb-server mariadb-client
systemctl enable [email protected]