Created
April 9, 2013 19:00
-
-
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.
This file contains 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
# 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