Skip to content

Instantly share code, notes, and snippets.

@ladislas
Last active December 26, 2015 23:38
Show Gist options
  • Save ladislas/7231448 to your computer and use it in GitHub Desktop.
Save ladislas/7231448 to your computer and use it in GitHub Desktop.
MAMP Virtual Host Setup
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