Created
June 18, 2013 17:21
-
-
Save melz/5807415 to your computer and use it in GitHub Desktop.
Installs Apache2 with PHP (with common utils) and MySQL support
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
apt-get install libapache2-mod-php5 php5-mysql php5-gd php5-mcrypt php5-curl php-apc | |
a2enmod rewrite | |
a2enmod ssl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment