Performing command-line Linux installations of Corticon Web Console
- Last Updated: November 12, 2025
- 1 minute read
- Corticon
- Version 7.1
- Documentation
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:
- 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
- Grant your installation user access to the installation directory:
> cd tmp > sudo chmod 755 CorticonInstall - Review the files copied to the temp directory on your Linux machine:
> cd CorticonInstall > ls - Ensure that you can install each Corticon Web Console
binfiles by assigning the proper rights:> sudo chmod 777 PROGRESS_CORTICON_7.1.3_WEB_CONSOLE_LNX_64.bin - In a shell, run the binary with the console option. For example:
# ./PROGRESS_CORTICON_7.1.3_WEB_CONSOLE_LNX_64.bin -i console - Follow the prompts to complete the installation via the command-line.
Note: The work directory path must
not contain spaces.