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:
- Create a home directory.
1mkdir /home/xxx - Set the owner of the new directory to xxx.
1chown -R xxx:yy /home/xxx
- Set the user group to wheel.
1usermod -G wheel xxx
In the previous settings, xxx is the common user name and yy is the user group name.
Parent topic: Common Operations