Rate This Document
Findability
Accuracy
Completeness
Readability

Connecting to the Kunpeng DevKit as a Common User

If the Kunpeng DevKit has not been installed on the server, click the click here to deploy link on the IDE plugin page to install and deploy the tool.

If you want to install the tool as a common OS user, complete the following settings for the target server:

  1. Create a home directory.
    1
    mkdir /home/xxx
    
  2. Set the owner of the new directory to xxx.
    1
    chown -R xxx:yy /home/xxx
    
  3. Set the user group to wheel.
    1
    usermod -G wheel xxx
    

In the previous settings, xxx is the common user name and yy is the user group name.