Created
November 19, 2011 17:56
-
-
Save 40/1379128 to your computer and use it in GitHub Desktop.
Install LAMP (php w/mysql) on Ubuntu Linux Server
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
aptitude update; | |
aptitude upgrade; | |
aptitude install apache2 mysql-server php5 php5-mysql; | |
y; | |
clear; | |
cd /var/www; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment