Created
October 8, 2014 19:52
-
-
Save OdinsHat/f6f688e53a1ec584d1ae to your computer and use it in GitHub Desktop.
Local Dev Setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### 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