码迷,mamicode.com
首页 > Web开发 > 详细

Mac——homebrew安装PHP环境

时间:2017-06-13 19:51:36      阅读:253      评论:0      收藏:0      [点我收藏+]

标签:homebrew   local   conf   start   php7   加载   curl   bsp   my.cnf   

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环境

标签:homebrew   local   conf   start   php7   加载   curl   bsp   my.cnf   

原文地址:http://www.cnblogs.com/xj76149095/p/7003029.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!