Last active
October 22, 2016 03:18
-
-
Save nasirkhan/8d2fdd56b6b99b0b9d7b6f364722e399 to your computer and use it in GitHub Desktop.
Setup Apache, PHP, MySQL on Ubuntu
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 apt-get install php-curl | |
| sudo apt-get install zip | |
| sudo a2enmod rewrite | |
| sudo service apache2 restart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment