摘要: npm install -g pm2 pm2 start app.js pm2 stop all pm2 restart app.js 阅读全文
posted @ 2017-11-29 15:42 且听风吟V 阅读(267) 评论(0) 推荐(0)
摘要: mkdir /data/mongo/mongodb.cnf、 配置 后台启动 # vi /data/mongo/mongodb.cnf dbpath=/data/mongo/ logpath=/data/mongo/mongo.log logappend=true fork=true port=27 阅读全文
posted @ 2017-11-29 10:22 且听风吟V 阅读(8635) 评论(1) 推荐(1)