... | @@ -46,14 +46,12 @@ brew install autoconf icu4c libtool ossp-uuid php55-phalcon postgresql sqlite |
... | @@ -46,14 +46,12 @@ 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
|
|
brew install wget freetype jpeg mcrypt pcre php55-xdebug readline subversion zlib gettext libpng mysql php55-intl
|
|
```
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###### 5. Update bash environment paths.
|
|
###### 5. Update bash environment paths.
|
|
|
|
|
|
1. Open (create if not there) the `.profile` file in your home directory.
|
|
1. Open (create if not there) the `.profile` file in your home directory.
|
|
2. Add these entries to the file. Replace existing entries, if any.
|
|
2. Add these entries to the file. Replace existing entries, if any.
|
|
4. Replace `myusername ` with your exact user name as seen on the command line in `Terminal`.
|
|
4. Replace `myusername ` with your exact user name as seen on the command line in `Terminal`.
|
|
|
|
|
|
```bash
|
|
```bash
|
|
export PATH=$(brew --prefix josegonzalez/php/php55)/bin:/usr/local/bin:/Users/myusername/phalcon-tools:$PATH
|
|
export PATH=$(brew --prefix josegonzalez/php/php55)/bin:/usr/local/bin:/Users/myusername/phalcon-tools:$PATH
|
|
export PTOOLSPATH=/Users/myusername/phalcon-tools
|
|
export PTOOLSPATH=/Users/myusername/phalcon-tools
|
... | | ... | |