Last active
December 26, 2015 23:38
-
-
Save ladislas/7231448 to your computer and use it in GitHub Desktop.
MAMP Virtual Host Setup
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
cd /Applications/MAMP | |
rm -rf ./db | |
ln -s ~/Dropbox/dev/db /Applications/MAMP/db | |
sub conf/apache/httpd.conf | |
# search for "Virtual Host" | |
# and add | |
# Includes the configuration shared on Dropbox folder | |
Include /Users/Ladislas/Dropbox/dev/conf/local-development.conf | |
# Virtual hosts | |
Include /Users/Ladislas/Dropbox/dev/conf/httpd-vhosts.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment