Last active
August 29, 2015 14:19
-
-
Save bunnywong/1345650b4e52545af40e to your computer and use it in GitHub Desktop.
LAMP Note
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
- 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