Skip to content

Instantly share code, notes, and snippets.

@40
Created November 19, 2011 17:56
Show Gist options
  • Save 40/1379128 to your computer and use it in GitHub Desktop.
Save 40/1379128 to your computer and use it in GitHub Desktop.
Install LAMP (php w/mysql) on Ubuntu Linux Server
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