Skip to content

Instantly share code, notes, and snippets.

View vutran's full-sized avatar

Vu Tran vutran

View GitHub Profile
@vutran
vutran / brew-memp.sh
Last active August 29, 2015 13:58
Install Nginx; PHP 5.4 (FPM); and some PHP extensions (imagick, xdebug, mysql)
# 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