Skip to content

Instantly share code, notes, and snippets.

@davidhellsing
Created November 22, 2013 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidhellsing/7597680 to your computer and use it in GitHub Desktop.
Save davidhellsing/7597680 to your computer and use it in GitHub Desktop.
OS X apache - create a local dev directory
$ cd /Library/WebServer
$ sudo -s
$ mv Documents Documents.old
$ sudo ln -s [projpath] .
$ mv [dirname] Documents
# Now just goto http://localhost and see all your local projects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment