meshery 项目本地开发环境 windows系统

项目地址 https://github.com/layer5io/meshery

 

The service mesh management plane

Deploy, Configure, Measure, Operate, Tune

 

 

在windows上 需要使用make指令  请参照我的另一篇文章  Windows系统使用make 执行makefile 指令进行项目启动,编译,运行 

需要安装Go

需要安装nodejs, 前后端都在这一个项目里, 前端react next

 

make run-local # 启动后端服务

make setup-ui-libs  # 安装前端项目依赖包(第一次启动执行)

make build-ui # 构建UI

make run-ui-dev # 开启前端UI服务

# 开启成功后先访问localhost:8091

 

 

使用github 授权登录 登录后

 

meshery 项目本地开发环境 windows系统_第1张图片

你可能感兴趣的:(我做云原生那几年)