MeterSphere windows环境本地搭建

开发文档地址:https://metersphere.io/docs/dev_manual/

MeterSphere 源码地址:https://github.com/metersphere/metersphere

源码拉取

从“github”源码地址中 下载 master zip包,本地解压。

MeterSphere windows环境本地搭建_ide

 

 安装mysql

官方文档对mysql版本有要求,因此要与官网匹配

MeterSphere windows环境本地搭建_github_02

 

 

MeterSphere windows环境本地搭建_ide_03

 

安装依赖

cd metersphere/frontend

#安装前端依赖

npm install

#启动前端项目 ide Terminal中先进入到 metersphere\frontend项目,然后执行

npm run serve

MeterSphere windows环境本地搭建_github_04

 

 

运行后端项目

运行 Application

前后端启动成功后

访问:http://localhost:8080/login 登录

 

以上是本人在搭建过程中的流水记录,文中有的链接是我自己文章记录,有的是看其他博主写的比较好的总结转载,如有详细问题欢迎讨论