Advertisement
hectorcastelli

LAMP on Ubuntu

Jul 4th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. #Instalando LAMP no Ubuntu
  4.  
  5. sudo apt-get install apache2 apache2-utils ssl-cert php5 libapache2-mod-php5
  6.  
  7. sudo /etc/init.d/apache2 force-reload
  8.  
  9. sudo apt-get install php5-mysql mysql-server phpmyadmin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement