Skip to content

Instantly share code, notes, and snippets.

@nasirkhan
Last active October 22, 2016 03:18
Show Gist options
  • Select an option

  • Save nasirkhan/8d2fdd56b6b99b0b9d7b6f364722e399 to your computer and use it in GitHub Desktop.

Select an option

Save nasirkhan/8d2fdd56b6b99b0b9d7b6f364722e399 to your computer and use it in GitHub Desktop.
Setup Apache, PHP, MySQL on Ubuntu
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