Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. sudo apt-get update
  2. sudo apt-get install apache2 -y
  3. sudo apt-get install mysql-server mysql-client -y
  4. sudo /usr/bin/mysql_secure_installation
  5. sudo apt-get -y install php7.0 libapache2-mod-php7.0
  6. sudo systemctl restart apache2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement