Skip to content

Instantly share code, notes, and snippets.

@hendrauzia
Created March 11, 2013 05:23
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 hendrauzia/5132063 to your computer and use it in GitHub Desktop.
Save hendrauzia/5132063 to your computer and use it in GitHub Desktop.
NGINX on Mac OSX 10.8.2 with Homebrew
# Add php homebrew repo
brew tap homebrew/dupes
brew tap josegonzalez/homebrew-php
# Install nginx
brew install nginx
# install php-fpm
brew install php53 --without-apache --with-mysql --with-fpm --with-suhosin --with-intl --with-imap --with-libmysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment