... | @@ -20,6 +20,8 @@ It is not intended to replace more robust developing environments such as Vagran |
... | @@ -20,6 +20,8 @@ It is not intended to replace more robust developing environments such as Vagran |
|
|
|
|
|
All of the installations on the Mac rely on [Homebrew](http://brew.sh).
|
|
All of the installations on the Mac rely on [Homebrew](http://brew.sh).
|
|
|
|
|
|
|
|
Any installations with `brew` should __never__ use `sudo`.
|
|
|
|
|
|
###### 1. install homebrew
|
|
###### 1. install homebrew
|
|
```bash
|
|
```bash
|
|
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
|
|
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
|
... | @@ -33,6 +35,20 @@ brew tap homebrew/dupes |
... | @@ -33,6 +35,20 @@ brew tap homebrew/dupes |
|
brew tap josegonzalez/homebrew-php
|
|
brew tap josegonzalez/homebrew-php
|
|
```
|
|
```
|
|
|
|
|
|
|
|
###### 3. install PHP
|
|
|
|
```bash
|
|
|
|
brew install php55
|
|
|
|
```
|
|
|
|
|
|
|
|
###### 4. install PHP extensions and dependencies
|
|
|
|
```bash
|
|
|
|
brew install autoconf icu4c libtool ossp-uuid php55-phalcon postgresql sqlite
|
|
|
|
brew install wget freetype jpeg mcrypt pcre php55-xdebug readline subversion zlib gettext libpng mysql php55-intl
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
... | | ... | |