Last active
August 29, 2015 14:12
-
-
Save spolischook/31fac5fcfb6eea4f2787 to your computer and use it in GitHub Desktop.
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
| 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