Performing command-line Linux installations of Corticon Web Console

The Corticon Web Console is set at version 7.1.3 and requires Java 21 and Tomcat 10. A command-line install runs a Linux installation in a command shell as a text command with parameters.

To perform command-line installations for Corticon Web Console on Linux:

  1. On a supported 64-bit Linux platform, copy the downloaded Linux installer binary files to a temp directory CorticonInstall:
    • PROGRESS_CORTICON_7.1.3_WEB_CONSOLE_LNX_64.bin
  2. Grant your installation user access to the installation directory:
    > cd tmp		
    > sudo chmod 755 CorticonInstall
  3. Review the files copied to the temp directory on your Linux machine:
    > cd CorticonInstall
    > ls
  4. Ensure that you can install each Corticon Web Console bin files by assigning the proper rights:
    > sudo chmod 777 PROGRESS_CORTICON_7.1.3_WEB_CONSOLE_LNX_64.bin
  5. In a shell, run the binary with the console option. For example:
    # ./PROGRESS_CORTICON_7.1.3_WEB_CONSOLE_LNX_64.bin -i console
  6. Follow the prompts to complete the installation via the command-line.
Note: The work directory path must not contain spaces.