Skip to content

Instantly share code, notes, and snippets.

@johnheimkes
Created April 9, 2013 19:00
Show Gist options
  • Save johnheimkes/5348402 to your computer and use it in GitHub Desktop.
Save johnheimkes/5348402 to your computer and use it in GitHub Desktop.
After spinning up a new debian instance, use these couple commands to quickly install the rest of your LAMP stack.
# First run an apt-get update to be sure everything is good
# Install tasksel
sudo apt-get install tasksel
# Now install LAMP
sudo tasksel install lamp-server
# Success! Have some whiskey.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment