Metersphere 部署与启动
一键安装:
curl -sSL https://github.com/metersphere/metersphere/releases/latest/download/quick_start.sh | sh
如果中途有容器显示unhealthy,可以清理一下本地镜像后执行:msctl reload
启动:msctl start
停止:msctl stop
查看状态:msctl status
数据库使用的默认数据库是3306端口,如果被占用会使用3307.初始密码是:Password123@mysql
如果中途有容器显示unhealthy,可以先停止所有服务再次启动