run php website on digitalocean ubuntu code example
Example 1: installing php on ubuntu
sudo apt install php7.2-cli
sudo apt install hhvm
Example 2: install apache2 mysql php ubuntu 18.04
sudo ufw allow in "Apache Full"
#allow fill stack
sudo apt install php7.2-cli
sudo apt install hhvm
sudo ufw allow in "Apache Full"
#allow fill stack