In System Prefecences under Sharing, uncheck "Web Sharing". You probably won't need it anymore.
brew update
brew install mysql
curl -O https://raw.github.com/ampt/homebrew/php/Library/Formula/php.rb;
mv php.rb `brew --prefix`/Library/Formula;
brew install php --enable-cgi --with-mysql --with-fpm
echo 'export PATH='`brew --prefix php`'/bin:$PATH' >> .bash_profile
brew install nginx
gem install powder;
powder install;
cd /src/myapp
powder link
open http://myapp.dev
Make sure you have a .zshenv