Skip to content

Instantly share code, notes, and snippets.

@bunnywong
Last active August 29, 2015 14:19
Show Gist options
  • Save bunnywong/1345650b4e52545af40e to your computer and use it in GitHub Desktop.
Save bunnywong/1345650b4e52545af40e to your computer and use it in GitHub Desktop.
LAMP Note
- Apache
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts
sudo chown -R $USER:$USER /var/www/lunch-together.xxx/public
sudo chmod -R 755 /var/www
sudo a2ensite lunch-together.xxx
- MySQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment