在线安装Online install文档Docs
脚本自动获取最新在线安装包并部署,也可手动下载安装包。The script fetches the latest online package and deploys it. A manual download is also available.
点击下载或复制安装则表示您已同意 软件许可协议。By downloading or copying install commands, you agree to the Software License Agreement.
1. 一键部署1. One-click deploy
su - mopheus
curl -fsSL https://mopheus.obs.cn-north-4.myhuaweicloud.com/install-online.sh | bash -s -- --dir /app/mopheus2. 安装失败后处理(可选)2. Recovery (optional)
如果在线安装脚本在安装包解压后失败,请进入安装目录,手动执行以下步骤:If the online installer fails after extracting the package, cd into the install dir and run:
2.1 安装镜像和 CLI2.1 Install images and CLI
cd /app/mopheus
./setup.sh install2.2 初始化环境2.2 Init environment
./mopheus.sh init-env2.3 启动服务2.3 Start server
./mopheus.sh start-server3. 检查状态3. Check status
./mopheus.sh status
