在线安装Online install文档Docs
无需安装包,复制命令即可拉取镜像并部署。No package — copy the commands to pull images and deploy.
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
