Note: This is an all-in-one installation for the latest version of 4.2.6
Requirements
- Internet connection
-
Supported operating systems:
- Red Hat Enterprise Linux 8
- Oracle Linux 8
- Alma Linux 8
- Rocky Linux 8
Usage
Default installation mount point is /usr/share (cannot be customized)
- Download the zip file with the script.
- Copy and extract the zip in the server (where the manager will be installed)
- Open the install.sh script using text editor
- Change the values of the global variables in the script with the supported version or preferred values provided below and save the script.
Configurable Global Variables
Global variable | Description | supported version/preferred value |
MANAGER_VERSION | To define the manager version for the live repo configuration | 4.2.4(EL7,EL8),4.2.5(EL7,EL8),4.2.6(EL7,EL8) |
PRODUCT_TYPE | To define the JetPatch product type | JetPatch,JetPatch pro |
POSTGRESQL_VER | To define the PostgreSQL server version to be installed | 12,13,14,15 |
DB_HOST | To define the PostgreSQL database server hostname/FQDN | localhost |
DB_PORT | To define the PostgreSQL database server connection port | 5432 |
DB_NAME | To define the PostgreSQL database name | Any valid database name |
DB_USER | To define the PostgreSQL database user name | Any valid user name |
DB_PASSWORD | To define the PostgreSQL database user name | Any valid password |
5.Change the script permissions with: chmod +x install.sh
6.Run the script with: ./install.sh
Installation time: 5 - 10 Minutes.
Appendix
Update the System
You can update your system by typing “-u” into the script argument. For example: ./installer.sh -u
Show Usage \ Help Message
You can show the help \ usage message by typing “-h” into the script argument. For example: ./installer.sh -h
Comments
0 comments
Please sign in to leave a comment.