Skip to content

Instantly share code, notes, and snippets.

@kayue
Created February 6, 2015 01:34
Show Gist options
  • Save kayue/ebccd0a50be344877b85 to your computer and use it in GitHub Desktop.
Save kayue/ebccd0a50be344877b85 to your computer and use it in GitHub Desktop.
Homebrew
# Install Nginx
brew install nginx
# Install Percona MySQL Server
# http://wizardmode.com/2012/06/apache-php-mysql-dev-on-os-x-lion-with-a-minimum-of-pain/
brew install percona-server
# Install PHP
# https://gist.github.com/mystix/3041577
brew tap josegonzalez/homebrew-php
brew tap homebrew/dupes
brew install --with-fpm php55
brew install php55-mcrypt php55-xdebug php55-intl
# Install Redis
brew install redis
# ElasticSearch
brew install elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment