stumblelog
Jan
25
2012
Serve a static website on an arbitrary local domain under Mac OS with Pow
curl get.pow.cx | sh ; mkdir ~/Sites/foo ; mkdir ~/Sites/foo/public ; echo '<h1>hello world</h1>' > ~/Sites/foo/public/index.html ; ln -s ~/Sites/foo ~/.pow/foo ; curl http://foo.dev/
No need for a config.ru, just symlink it and you’re away.