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

  1. Download app_publisher_x86_64_xxx.tar.gz for Linux (xxx indicates the version).
  2. Upload the downloaded app_publisher_x86_64_xxx.tar.gz package to the Linux server.
  3. 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

  4. Check whether the Firefox application publish server has been installed.

    • If the server is installed, run the following command to delete the previously installed Docker image for Mozilla Firefox:

      # docker rmi 127.0.0.1:5000/psm-firefox:0.2

      After it is deleted, go to 5.

    • If no such server is installed, go to 5.

  5. Run the following command to deploy the script:

    # /bin/bash install.sh

  6. Run the following command to check the service status:

    # service docker status

    active (running): indicates that the application server is successfully installed.

  7. Create the share directory (only required for CBH V3.3.26.0).

    # mkdir /opt/autorun/share

  8. (Optional) Restart the application release server.