Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@padde
Created September 12, 2011 11:18
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 padde/1211039 to your computer and use it in GitHub Desktop.
Save padde/1211039 to your computer and use it in GitHub Desktop.
Pow: Serve ~/Sites to localhost
# public directory needed for static files!
cd ~/Sites
ln -s . public
# symlink as 'default' (magic name) into .pow
cd ~/.pow
ln -s ~/Sites default
# check if it works
open -a Safari http://localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment