Last active
August 29, 2015 14:04
-
-
Save nzajt/e24606b24cc7a20c2a8f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
echo "Started" | |
brew tap homebrew/dupes | |
brew tap homebrew/versions | |
brew tap homebrew/homebrew-php | |
brew update | |
brew install --without-apache --with-fpm --with-mysql --whith-mcrypt php55 | |
brew install nginx mariadb | |
echo "done" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment