NoteDeep
本地mac

安装php

brew安装启动
nohup /usr/local/Cellar/php\@7.3/7.3.13/sbin/php-fpm &
sudo killall php-fpm

nginx

brew install nginx
sudo nginx

mysql启动:

brew install mysql
brew services start mysql

redis

brew install redis
nohup /usr/local/Cellar/redis/5.0.7/bin/redis-server &

brew 安装 mongodb

brew services start mongodb-community
brew services stop mongodb-community
或者 sudo mongod &

mongodb 扩展

/usr/local/Cellar/php\@7.3/7.3.13/bin/pecl install mongodb

rabbitmq

brew services start rabbitmq

elasticsearch

brew services start elasticsearch






评论列表

    安装php
    nginx
    mysql启动:
    redis
    brew 安装 mongodb
    mongodb 扩展
    rabbitmq
    elasticsearch