Skip to content

Instantly share code, notes, and snippets.

@webmasterninjay
Created February 21, 2015 08:04
Show Gist options
  • Select an option

  • Save webmasterninjay/bc4402626655d4cc7107 to your computer and use it in GitHub Desktop.

Select an option

Save webmasterninjay/bc4402626655d4cc7107 to your computer and use it in GitHub Desktop.
Install LAMP on Ubuntu based linux
sudo apt-get update
sudo apt-get install apache2
sudo apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
sudo mysql_install_db
sudo /usr/bin/mysql_secure_installation
sudo apt-get install php5 libapache2-mod-php5 php5-mcrypt
sudo service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment