Skip to content

Instantly share code, notes, and snippets.

@spolischook
Last active August 29, 2015 14:12
Show Gist options
  • Select an option

  • Save spolischook/31fac5fcfb6eea4f2787 to your computer and use it in GitHub Desktop.

Select an option

Save spolischook/31fac5fcfb6eea4f2787 to your computer and use it in GitHub Desktop.
sudo su
apt-get install apache2
apt-get install php5 libapache2-mod-php5
apt-get install mysql-server mysql-client
apt-get install phpmyadmin
service apache2 restart
apt-get install php5-mysql php5-curl php5-gd php5-intl php5-imagick php5-imap php5-mcrypt php5-memcache php5-xdebug php-apc php5-dev
apt-get install git-core
apt-get install curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment