Created
March 11, 2013 05:23
-
-
Save hendrauzia/5132063 to your computer and use it in GitHub Desktop.
NGINX on Mac OSX 10.8.2 with Homebrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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