Mac——homebrew安装PHP环境

Posted 偏执Code

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac——homebrew安装PHP环境相关的知识,希望对你有一定的参考价值。

1.安装homebrew

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

2.安装nginx

brew install nginx
nginx -s reload|reopen|stop|quit #重新加载配置|重启|停止|退出 nginx

  

nginx -t #测试配置是否有语法错误

 

如果提示pid丢失的话,就用这句话

 

nginx -c "/usr/local/etc/nginx/nginx.conf"

3.安装php7

brew install php70 --without-apache --with-fpm

  /usr/local/sbin/php5x-fpm {start|restart|stop}

4.安装mysql

brew install mysql 

  cp /usr/local/opt/mysql/support-files/my-default.cnf /etc/my.cnf

brew services start mysql (启动)
brew services stop mysql (停止)


以上是关于Mac——homebrew安装PHP环境的主要内容,如果未能解决你的问题,请参考以下文章

Mac下安装LNMP(Nginx+PHP5.6)环境

全新安装Mac OSX 开发者环境 同时使用homebrew搭建 PHP,Nginx ,MySQL,Redis,Memcache ... ... (LNMP开发环境)

MAC下搭建PHP/LNMP环境

mac下 home-brew安装及php,nginx环境安装及配置

在mac上搭建PHP开发环境

max php环境搭建