Skip to content

Instantly share code, notes, and snippets.

View abbasadel's full-sized avatar

Abbas Adel Ibraim abbasadel

View GitHub Profile
@abbasadel
abbasadel / install.sh
Last active August 29, 2015 14:00 — forked from JeffreyWay/install.sh
sudo apt-get update
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password root'
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password root'
sudo apt-get install -y vim curl python-software-properties
sudo add-apt-repository -y ppa:ondrej/php5
sudo apt-get update
sudo apt-get install -y php5 apache2 libapache2-mod-php5 php5-curl php5-gd php5-mcrypt php5-readline mysql-server-5.5 php5-mysql git-core php5-xdebug