Skip to content

Instantly share code, notes, and snippets.

@rduarte
Created February 8, 2009 19:16
Show Gist options
  • Save rduarte/60468 to your computer and use it in GitHub Desktop.
Save rduarte/60468 to your computer and use it in GitHub Desktop.
sudo apt-get install php5 php-pear mysql-server php5-gd
sudo a2enmod rewrite
sudo /etc/init.d/apache2 restart
mkdir ~/www
sudo rm -rf /var/www
sudo ln -s ~/www/ /var/www
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment