Skip to main content

Quick Installation

It is recommended to learn about standalone deployment 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 recording, while 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/).

Manual Installation

Note

In case of lack of relevant experience, you may check Manual Installation and Deployment .

  1. Prepare a Linux server with minimum configuration requirements: 8 cores, 32G RAM, 40G data disk (excluding system disk). Make sure that ports 8880, 38880, 38881 are 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 38880 and 38881 be controlled through a security policy, and this address corresponds to some of the O&M functions);

  2. Check the environment parameter. Parameter Description

  3. Install docker. Official installation instructions for different Linux versions can be found here;

  4. Download the mirror for HAP private deployment (Download Offline Package)

    docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-community:5.6.0
    docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-sc:3.0.0
    docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-command:node1018-python36
    docker pull registry.cn-hangzhou.aliyuncs.com/mdpublic/mingdaoyun-doc:1.2.0
  5. Download the manager

    wget https://pdpublic.mingdao.com/private-deployment/5.6.0/mingdaoyun_private_deployment_captain_linux_amd64.tar.gz
  6. Unzip the manager

    tar -zxvf mingdaoyun_private_deployment_captain_linux_amd64.tar.gz
  7. Start the manager with root permissions bash ./service.sh start (Make sure the manager remains in running state);

  8. After successful start, access http://{serverIP}:38881 in the browser, and complete the setting of the HAP system access address and initialization (initialization takes about 3-5 minutes);

  9. Once initialized, apply and bind a key on the current page, then create an administrator account to access the HAP workspace.

SaaS Experience

The overall functionality of HAP private deployment is similar to HAP SaaS, you can sign up for a HAP SaaS account to experience it first.