YAPI安装 2020-10-17 安装 YAPI安装 安装node 2.安装MongoDB 安装Yapi12shell> npm install -g yapi-cli --registry https://registry.npm.taobao.orgshell> yapi server Yapi服务管理123456shell> npm install pm2 -g //安装pm2shell> cd /usr/local/yapi/my-apishell> pm2 start "vendors/server/app.js" --name yapi //pm2管理yapi服务shell> pm2 info yapi //查看服务信息shell> pm2 stop yapi //停止服务shell> pm2 restart yapi //重启服务 Yapi升级1234shell> cd /usr/local/yapi/my-yapishell> yapi ls //查看版本号列表shell> yapi update //更新到最新版本shell> yapi update -v {Version} //更新到指定版本 Yapi启动1shell> nohup node vendors/server/app.js > yapi.log 2>&1 & Yapi管理用户 admin@admin.com/ymfe.org 最后更新时间:2021-12-02 15:08:00 这里可以写作者留言,标签和 hexo 中所有变量及辅助函数等均可调用,示例:http://yoursite.com/2020/10/17/yapi-install/ 赏 Prev YAPI数据迁移 Next Springboot定时任务