环境要求
安装NodeJs:版本要求14.16.1及以上, 17.0以下。
第二步、下载(clone)最新部署包,初始化
1.本地克隆代码$:' git clone https://github.com/a597873885/webfunny_monitor.git '
使用码云仓库$:' git clone https://gitee.com/webfunnyMonitor/webfunny_monitor.git '(github网络不稳定,可以使用码云地址)
2.在项目根目录下执行初始化命令和安装命令$:
建议切换淘宝镜像:' npm config set registry https://registry.npmmirror.com/ '
生成基础配置文件:' npm install && npm run bootstrap '
3.确认是否安装了pm2,如果没有安装pm2,请执行安装命令$:' npm install pm2 -g '
第三步、尝试运行
如果你的电脑是联网的,到这里就可以直接运行了。(如果不能联网,请参考:线上部署教程)
执行启动命令:npm run prd;如已启动,则执行重启命令:npm run restart;
命令行出现webfunny的logo,则说明启动成功了。
第四步、访问页面
此时,可以直接访问应用中心首页了
应用中心首页: http://localhost:8008/webfunny_center/main.html