<< Click to Display Table of Contents >> Insatllation Steps |
![]() ![]() ![]() |
There are two types of installation,depending on whether the logon user of the system is root.Take yhuser,a non-root user,as an example.The logged-in user is root and is annotated.
1.Open the terminal and go to the directory where the installation package YonghongDesktop.sh resides.Execute the statement: chmod +x YonghongDesktop.sh, to add execution permissions to the product.
2.Execute the statement: sudo sh YonghongDesktop.sh, and install the desktop product after entering the password of the current logged-in user.When the user is logged in as root,execute the statement: sh YonghongDesktop.sh.
3.Select the language used by the product and confirm whether it is installed on the machine.
4.Review the license agreement and confirm acceptance.
5.Select the installation path,start the port number,stop the port number,and configure the memory required for the product to run.
The default path is /opt/Yonghong Desktop. Users can customize it.
The default startup port is 8090. Users can customize it.
The default stop port is 8095. Users can customize it.
The default system memory is related to the installation environment.
6.Waiting for installation to complete.
The logon user of the system is root. After the installation, the product can be started.
If the logon user of the system is not root,step 7 is required.
7.Add read and write permissions to the product installation directory for the current logged-in user,and then the product can be started.
Execute the statement: sudo chmod -R 757 'the installation path'
There are many ways to add installation directory permissions, please choose the appropriate method.