Skip to content

Instantly share code, notes, and snippets.

@songfei1983
Last active February 2, 2017 08:32
Show Gist options
  • Save songfei1983/177d8421c72bd2e89f15ed370263ca35 to your computer and use it in GitHub Desktop.
Save songfei1983/177d8421c72bd2e89f15ed370263ca35 to your computer and use it in GitHub Desktop.
install php & mysql & phpcs etc
46 brew install homebrew/php/php56
51 brew install homebrew/php/php56-mcrypt
170 brew install homebrew/php/php56-intl
180 brew install homebrew/php/php56-apcu
169 brew install icu4c
86 brew install mysql
114 brew install reattach-to-user-namespace
155 brew tap homebrew/services
219 brew cask install sublime-text
251 brew install php-code-sniffer
252 brew install homebrew/php/php-cs-fixer
156 brew services start mysql
158 brew services list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment