Skip to content

Instantly share code, notes, and snippets.

View exsystem's full-sized avatar

許子健 exsystem

  • EKU
  • 中國上海
View GitHub Profile
@exsystem
exsystem / gist:adfb2d019e26915f59b40d8c329ba50d
Created June 25, 2017 07:33 — forked from johnantoni/gist:07df65898456ace4307d5bb6cbdc7f51
Nginx, PHP-FPM, MySQL and phpMyAdmin on OS X

This is my take on how to get up and running with NGINX, PHP-FPM, MySQL and phpMyAdmin on OSX Yosemite.

This article is adapted from the original by Jonas Friedmann. Who I just discovered is from Würzburg in Germany. A stonesthrow from where I was born ;)

Xcode

Make sure you have the latest version of XCode installed. Available from the Mac App Store.

Install the Xcode Command Line Tools:

xcode-select --install