Skip to content

Instantly share code, notes, and snippets.

View maskwang's full-sized avatar
💭
I may be slow to respond.

冯坤 maskwang

💭
I may be slow to respond.
View GitHub Profile
#!/bin/bash
# install homebrew's official php tap
brew tap josegonzalez/homebrew-php
# install homebrew-dupes (required to install zlib, php54's dependency)
brew tap homebrew/dupes
# install nginx + mysql + php 5.4 + php-fpm + apc + xdebug
brew install nginx mysql