mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-08 06:56:33 +02:00
Add links to Apache and Nginx web servers
This commit is contained in:
@@ -55,7 +55,7 @@ In that case be sure to have installed either [Xcode][xcode-gcc-substitution] or
|
|||||||
|
|
||||||
### All-in-One Installers
|
### All-in-One Installers
|
||||||
|
|
||||||
The solutions listed above mainly handle PHP itself, and do not supply things like Apache, Nginx or a SQL server.
|
The solutions listed above mainly handle PHP itself, and do not supply things like [Apache][apache], [Nginx][nginx] or a SQL server.
|
||||||
"All-in-one" solutions such as [MAMP][mamp-downloads] and [XAMPP][xampp] will install these other bits of software for
|
"All-in-one" solutions such as [MAMP][mamp-downloads] and [XAMPP][xampp] will install these other bits of software for
|
||||||
you and tie them all together, but ease of setup comes with a trade-off of flexibility.
|
you and tie them all together, but ease of setup comes with a trade-off of flexibility.
|
||||||
|
|
||||||
@@ -67,6 +67,8 @@ you and tie them all together, but ease of setup comes with a trade-off of flexi
|
|||||||
[mac-compile]: https://secure.php.net/install.macosx.compile
|
[mac-compile]: https://secure.php.net/install.macosx.compile
|
||||||
[xcode-gcc-substitution]: https://github.com/kennethreitz/osx-gcc-installer
|
[xcode-gcc-substitution]: https://github.com/kennethreitz/osx-gcc-installer
|
||||||
["Command Line Tools for XCode"]: https://developer.apple.com/downloads
|
["Command Line Tools for XCode"]: https://developer.apple.com/downloads
|
||||||
|
[apache]: https://httpd.apache.org/
|
||||||
|
[nginx]: https://www.nginx.com/
|
||||||
[mamp-downloads]: https://www.mamp.info/en/downloads/
|
[mamp-downloads]: https://www.mamp.info/en/downloads/
|
||||||
[xampp]: https://www.apachefriends.org/index.html
|
[xampp]: https://www.apachefriends.org/index.html
|
||||||
[brew-php-switcher]: https://github.com/philcook/brew-php-switcher
|
[brew-php-switcher]: https://github.com/philcook/brew-php-switcher
|
||||||
|
Reference in New Issue
Block a user