mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-17 19:16:20 +02:00
Added Entropy package, which is better at path navigation
This commit is contained in:
@@ -4,10 +4,13 @@ isChild: true
|
|||||||
|
|
||||||
## Mac Setup
|
## Mac Setup
|
||||||
|
|
||||||
OS X comes prepackaged with PHP. As of Mountain Lion, it is _not_ the current stable version of PHP, though. You can get the PHP executable through a number of Mac [package managers][mac-package-managers] or [compile it yourself][mac-compile] (if compiling, be sure to have Xcode installed, or Apple's substitute ["Command Line Tools for Xcode" downloadable from Apple's Mac Developer Center][apple-developer]). For a complete Apache, MySQL, and PHP installation check out [MAMP2][mamp-downloads].
|
OS X comes prepackaged with PHP. As of Mountain Lion, it is _not_ the current stable version of PHP, though.
|
||||||
|
You can get the PHP executable through a number of Mac [package managers][mac-package-managers] or [compile it yourself][mac-compile] (if compiling, be sure to have Xcode installed, or Apple's substitute ["Command Line Tools for Xcode" downloadable from Apple's Mac Developer Center][apple-developer]).
|
||||||
|
For a complete LAMP package with GUI try [MAMP2][mamp-downloads], otherwise consider [Entropy 5.4 package][entropy-downloads].
|
||||||
|
|
||||||
[mac-package-managers]: http://www.php.net/manual/en/install.macosx.packages.php
|
[mac-package-managers]: http://www.php.net/manual/en/install.macosx.packages.php
|
||||||
[mac-compile]: http://www.php.net/manual/en/install.macosx.compile.php
|
[mac-compile]: http://www.php.net/manual/en/install.macosx.compile.php
|
||||||
[xcode-gcc-substitution]: https://github.com/kennethreitz/osx-gcc-installer
|
[xcode-gcc-substitution]: https://github.com/kennethreitz/osx-gcc-installer
|
||||||
[apple-developer]: https://developer.apple.com/downloads
|
[apple-developer]: https://developer.apple.com/downloads
|
||||||
[mamp-downloads]: http://www.mamp.info/en/downloads/index.html
|
[mamp-downloads]: http://www.mamp.info/en/downloads/index.html
|
||||||
|
[entropy-downloads]: http://php-osx.liip.ch/
|
Reference in New Issue
Block a user