Created
April 5, 2013 12:42
-
-
Save daum/5319010 to your computer and use it in GitHub Desktop.
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
// Become the super user. | |
ubuntu@ip-10-202-91-158:~$ sudo -s | |
// Update apt-get so that it has the most recent information | |
root@ip-10-202-91-158:~# apt-get update | |
Ign http://us-east-1.ec2.archive.ubuntu.com precise InRelease | |
... | |
// We now tell it to install the lamp server software BE SURE TO INCLUDE THE "^" | |
root@ip-10-202-91-158:~# apt-get install lamp-server^ | |
... | |
3 upgraded, 27 newly installed, 0 to remove and 58 not upgraded. | |
Need to get 43.4 MB of archives. | |
After this operation, 115 MB of additional disk space will be used. | |
Do you want to continue [Y/n]? y | |
// Enter your MySQL password when prompted. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment