Skip to content

Instantly share code, notes, and snippets.

@aslamanver
Last active April 9, 2019 07:00
Show Gist options
  • Save aslamanver/c6644ad5d76ae467516a8e509d6aaf31 to your computer and use it in GitHub Desktop.
Save aslamanver/c6644ad5d76ae467516a8e509d6aaf31 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install apache2
sudo ufw allow in "Apache Full"
sudo apt-get install curl
sudo apt-get install mysql-server
mysql_secure_installation
sudo apt-get install php libapache2-mod-php php-mcrypt php-mysql
sudo systemctl restart apache2
sudo apt install php7.2 libapache2-mod-php7.2 php7.2-mbstring php7.2-xmlrpc php7.2-soap php7.2-gd php7.2-xml php7.2-cli php7.2-zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment