Run Rails and PHP apps without having to mess with /etc/hosts using Pow
This makes setting up PHP apps even easier than without Pow. No need to add things to your /etc/hosts
file.
$ curl get.pow.cx/uninstall.sh | sh #if you have pow installed
$ echo 'export POW_DST_PORT=88' >> ~/.powconfig
$ curl get.pow.cx | sh
$ sudo curl https://raw.github.com/gist/1058580/zzz_pow.conf -o /etc/apache2/other/zzz_pow.conf
$ sudo apachectl restart
This is a Solutions Log post.