悟空crm部署备忘
1、nacos
https://blog.csdn.net/weixin_41317520/article/details/90027449
bash -f ./startup.sh -m standalone
2、seata
https://blog.csdn.net/qq_39940205/article/details/103944278
nohup sh seata-server.sh -p 8091 -h 192.168.0.199 -m file &> seata.log &
3、elastic search
http://www.ruanyifeng.com/blog/2017/08/elasticsearch.html
wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.6.zip
useradd user
su user
./elasticsearch ###不能用root账号启动
参考nohup
useradd user
su user
./elasticsearch ###不能用root账号启动
参考nohup
4、redis
https://www.runoob.com/redis/redis-install.html
5、sentinel
https://blog.csdn.net/userdatou/article/details/104825896
https://github.com/alibaba/Sentinel/releases/tag/1.7.2
java -Dserver.port=8383 -Dcsp.sentinel.dashboard.server=localhost:8383 -jar sentinel-dashboard-1.7.2.jar

浙公网安备 33010602011771号