Created
November 3, 2014 15:08
-
-
Save iamtchelo/2c93396958585d38e753 to your computer and use it in GitHub Desktop.
A simple shell file to configure a server
This file contains hidden or 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
#!/bin/bash | |
sudo apt-get update | |
sudo apt-get install apache2 | |
sudo apt-get install php5 | |
sudo apt-get install mysql-server | |
sudo apt-get install phpmyadmin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment