Advertisement
nzisaacnz

Complete install hopefully

Apr 27th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. sudo apt-get install apache2
  2. sudo apt-get install php5
  3. sudo apt-get install libapache2-mod-php5
  4. sudo apt-get install mysql-server
  5. sudo netstat -tap | grep mysql
  6. sudo /etc/init.d/mysql restart
  7. sudo apt-get install phpmyadmin
  8. sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
  9. sudo /etc/init.d/apache2 restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement