Installing a Linux Application Server
Basic Environment Requirements
- OS requirements: EulerOS 2.9.8
- Network requirements: The server must have an EIP for public network access.
- Firewall requirements: Port 2376 for Docker services and ports 35000 to 40000 must be allowed.
- Disk space requirements: The installation directory /var/lib must have more than 50 GB of free space.
Prerequisites
You have obtained the password of the root user for logging in to the Linux server.
Procedure
- Log in to the Linux server as user root.
- On the Linux server, download the Linux app_publisher_x86_64_xxx.tar.gz package (xxx indicates the version number).
Table 1 app_publisher version description CBH Version
Supported Architecture
app_publisher Version
Download URL
V3.3.26.0
x86 and Arm
V1.0.0
V3.3.30.0
x86 and Arm
V1.1.0
V3.3.38.0
x86
V1.2.0_CentOS7
Arm
V1.2.0_UOS20
V3.3.40.0
x86
V1.3.0_CentOS7
Arm
V1.3.0_UOS
V3.3.43.0
x86
V1.4.0_CentOS7
Arm
V1.4.0_UOS
V3.3.46.0
x86
V1.5.0_CentOS7
Arm
V1.5.0_UOS
V3.3.52.0
x86
1.6.1_EulerOS
Arm
1.6.1_EulerOS
x86
1.6.1_CentOS7
Arm
1.6.1_UOS
V3.3.60.0
x86
1.7.0_EulerOS
Arm
1.7.0_EulerOS
Arm
1.7.0_UOS
- On the Linux server, run the following commands to decompress the app_publisher_x86_64_xxx.tar.gz package:
# tar -xvf app_publisher_*.tar.gz
# cd app_publisher
- Check whether the Firefox application publish server has been installed.
- Run the following command to deploy the script:
# /bin/bash install.sh
- Run the following command to check the service status:
# service docker status
active (running): indicates that the application server is successfully installed.
- Create the share directory (only required for CBH V3.3.26.0).
# mkdir /opt/autorun/share
- (Optional) Restart the application release server.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.