Skip to content

Instantly share code, notes, and snippets.

@iamtchelo
Created November 3, 2014 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamtchelo/2c93396958585d38e753 to your computer and use it in GitHub Desktop.
Save iamtchelo/2c93396958585d38e753 to your computer and use it in GitHub Desktop.
A simple shell file to configure a server
#!/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