Quick Installation
It is recommended to learn about standalone deployment mode first, and spend a few minutes watching the installation instruction video. Some of the content in the video may differ slightly from the actual due to the earlier version at the time of recording, but the overall process is basically the same.
Cloud Marketplace Installation
It defaults to the base environment having been initialized. You can visit http://{Server IP}:38881
directly in your browser to complete the subsequent steps (default path for the manager is /usr/local/MDPrivateDeployment/
).
- Huawei Cloud Marketplace
- Alibaba Cloud Marketplace
- Tencent Cloud Marketplace
- Microsoft Cloud Marketplace
- Amazon Cloud Marketplace
Manual Installation
Prepare a Linux server with minimum configuration requirements: 8 cores, 20G RAM, 40G data disk (except system disk). Make sure that port
38881
is not occupied and that connectivity between the server and the client is normal ( When used in a formal environment, it is recommended that access to port 38881 be controlled through a security policy, and this address corresponds to some of the O&M functions);Install Docker. Refer to installation instructions for different Linux versions;
Pull the Docker mirror of Mingdao Private Deployment Edition (about 10G, download offline package);
- Linux amd64
- Linux arm64
docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-community:4.2.0
docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-doc:1.2.0
docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-community-arm64:4.0.2
docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-doc-arm64:1.2.0
Download manager
- Linux amd64
- Linux arm64
wget https://pdpublic.mingdao.com/private-deployment/4.2.0/mingdaoyun_private_deployment_captain_linux_amd64.tar.gz
wget https://pdpublic.mingdao.com/private-deployment/4.0.2/mingdaoyun_private_deployment_captain_linux_arm64.tar.gz
Decompress manager
- Linux amd64
- Linux arm64
tar -zxvf mingdaoyun_private_deployment_captain_linux_amd64.tar.gz
tar -zxvf mingdaoyun_private_deployment_captain_linux_arm64.tar.gz
With root permissions to start the manager
bash ./service.sh start
(please make sure the manager is always running);After the successful start, access it in the browser via
http://{server IP}:38881
. Next, set the Mingdao system access address and initialization (the initialization lasts about 3~5 minutes);After the initialization, apply and bind the key in the current page, and create an administrator account to access Mingdao workstation.
Installation-free Experience
The overall functionality of Mingdao Private Deployment Edition is basically the same as SaaS Edition. You can sign up for a Mingdao SaaS Edition account to experience it first.