This file contains hidden or 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
# Install PHP 5.5 with FPM and MySQL extension | |
brew install --without-apache --with-fpm --with-mysql --with-phpdbg php55 | |
# Install PHP 5.5 extensions | |
brew install php55-imagick php55-xdebug | |
# Install Nginx | |
brew install --with-debug nginx | |
# Install MySQL |
NewerOlder