Skip to content

Instantly share code, notes, and snippets.

@OdinsHat
Created October 8, 2014 19:52
Show Gist options
  • Save OdinsHat/f6f688e53a1ec584d1ae to your computer and use it in GitHub Desktop.
Save OdinsHat/f6f688e53a1ec584d1ae to your computer and use it in GitHub Desktop.
Local Dev Setup
#### NOTES: ####
# UNDER DEVELOPMENT
#Chrome
#Opera
#Firefox
# HomeBrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# brew installs:
brew update
brew tap homebrew/dupes
brew tap josegonzalez/php
brew tap homebrew/php
brew update
brew install wget jpeg libpng node
brew install nginx mysql
brew install php55 --with-fpm --without-apache --with-debug --with-mysql --with-mcrypt
brew install php55-mcrypt mcrypt
brew install python
brew install homebrew/php/composer
# Fix PEAR permissions
chmod -R ug+w /usr/local/Cellar/php55/5.5.17/lib/php
pear config-set php_ini /usr/local/etc/php/5.5/php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment