主服务

lrf 9007ab4fe1 init há 1 ano atrás
.github 9007ab4fe1 init há 1 ano atrás
app 9007ab4fe1 init há 1 ano atrás
config 9007ab4fe1 init há 1 ano atrás
test 9007ab4fe1 init há 1 ano atrás
.autod.conf.js 9007ab4fe1 init há 1 ano atrás
.eslintignore 9007ab4fe1 init há 1 ano atrás
.eslintrc 9007ab4fe1 init há 1 ano atrás
.gitignore 9007ab4fe1 init há 1 ano atrás
.travis.yml 9007ab4fe1 init há 1 ano atrás
README.md 9007ab4fe1 init há 1 ano atrás
app.js 9007ab4fe1 init há 1 ano atrás
appveyor.yml 9007ab4fe1 init há 1 ano atrás
ecosystem.config.js 9007ab4fe1 init há 1 ano atrás
jsconfig.json 9007ab4fe1 init há 1 ano atrás
package.json 9007ab4fe1 init há 1 ano atrás
server.js 9007ab4fe1 init há 1 ano atrás
todo.md 9007ab4fe1 init há 1 ano atrás
目录结构.md 9007ab4fe1 init há 1 ano atrás
码代码注意.md 9007ab4fe1 init há 1 ano atrás

README.md

server-baoan

保安服务端

看其他的.md文件比这个有用多了

本地运行: npm run dev

服务器使用 pm2 管理,常用指令:

  1. pm2 start :在项目的根目录,就是能看到 ecosystem.config.jsserver.js 的地方用
  2. pm2 stop xxx:停止pm2管理的某个项目 xxx可以写项目名(ecosystem.config.js文件中的app就是这个项目在pm2的任务名称),可以写自动排的编号,在列表里都能看到.不限制使用的地方
  3. pm2 list :查看pm2运行中的项目列表
  4. 更多指令自行去官网找

如果没有mongodb,直接在config.default中注释掉关于mongodb的配置即可