YouTube video link: https://youtu.be/8Uofkq718n8 All the commands that are executed in the above youtube video are mentioned in this gist.
-
Install Apache server on Ubuntu sudo apt install apache2
-
Install php runtime and php mysql connector sudo apt install php libapache2-mod-php php-mysql
-
Install MySQL server