Installing a Linux Application Server
Basic Environment Requirements
- OS requirements: CentOS release 7.9 (the minimum installation package)
- Network requirements: The server must have an EIP bound.
- Firewall requirements: Port 2376 for Docker services and ports 35000 to 40000 must be allowed.
Procedure
- Download app_publisher_x86_64_xxx.tar.gz for Linux (xxx indicates the version).
- Upload the downloaded app_publisher_x86_64_xxx.tar.gz package to the Linux server.
- 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.
Last Article: Installing the RemoteApp Program (V3.3.26.0 or Later)
Next Article: Change History
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.