在mac上安裝,之前已經安裝了java環境、docker、node.js 等等(不知道是否有用)
安裝官網上的安裝命令:僅需兩步快速安裝 MeterSphere:
- 准備一台不小於 8 G 內存的 64 位 Linux 主機;
- 以 root 用戶執行如下命令一鍵安裝 MeterSphere。
curl -sSL https://github.com/metersphere/metersphere/releases/latest/download/quick_start.sh | sh
msctl status
它提示wget未安裝
3.安裝 wget:
brew install wget
安裝完成,重新執行步驟2
4.准備就緒,訪問本地MeterSphere:
http://127.0.0.1:8081/login
管理員賬號:admin
管理員密碼:metersphere
5.服務不知道為啥自己停了,啟動一下服務,直接命令行執行:
msctl start
6.看一下狀態
以上基本可以進入系統進行工作了