VOOZH about

URL: https://gist.github.com/maskwang

⇱ maskwang’s gists · GitHub


Skip to content
Sign in Sign up

Instantly share code, notes, and snippets.

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

maskwang maskwang

I may be slow to respond.
less is more~
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
You can’t perform that action at this time.