Skip to content

Instantly share code, notes, and snippets.

View Xilesun's full-sized avatar
🐱
Working from home

YANG QIA Xilesun

🐱
Working from home
View GitHub Profile
@Xilesun
Xilesun / OS X EI Capitan 10.11.3上安装Nginx+MySQL+PHP.md
Created February 3, 2018 07:24
OS X EI Capitan 10.11.3上安装Nginx+MySQL+PHP

前几日在新购的macbook Pro上搭建PHP环境,因为网上提供的资料不够准确,故走了一些弯路,特此记录,以帮助有需要的新手。OS X自带Apache和PHP,这里讲的是使用Nginx服务器。

以下为详细步骤:

1. 安装brew

brew是OS X上一个优秀的命令行包管理工具,用它来安装一系列软件非常方便。

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

2. 安装MySQL