This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Video Tutorial: | |
https://www.youtube.com/watch?v=XVqg-tJem8g | |
sudo apt-get update | |
sudo apt-get install apache2 | |
sudo service apache2 status | |
sudo ufw app list | |
sudo ufw app info “Apache Full” | |
sudo apt-get install mysql-server | |
sudo apt-get install php libapache2-mod-php php-mysql |
OlderNewer