Installation configuration
The installer uses the the values provided in params.yml
to configure the application when installing. If no params.yml
file exists, the command will prompt for every configuration.
Two example params.yml
are distributed with the installer:
params.yml-WINDOWS
params.yml-LINUX
Linux configuration values
General
Value | Notes |
---|
installPath | Absolute path to the directory you wish to install Jadu into. |
packagePath | Absolute path to installation package zip file (e.g. /home/me/21.0.2/jadui.zip ) |
System
Value | Notes |
---|
user | System user to own installation files. |
group | System user group to own installation files. |
Server
Value | Notes |
---|
host | Host name of the Server |
host_alias | Host name alias of the Server |
tls_chain | Absolute path of the TLS chain file. this will be used in setting up the secure site |
tls_key | Absolute path of the TLS key file. this will be used in setting up the secure site |
tls_cert | Absolute path of the TLS cert file. this will be used in setting up the secure site |
Database
Value | Notes |
---|
name | database name |
driver | database driver |
hostname | database hostname |
port | database port |
Windows configuration values
General
Value | Notes |
---|
installPath | Absolute path to the folder you wish to install Jadu into. |
packagePath | Absolute path to installation package zip file (e.g. D:\Users\Me\21.0.2\jadui.zip ) |
System
Value | Notes |
---|
iis_user | IIS user to own installation files |
iis_guest | IIS guest user to allow permission for the temp folders |
service_user_name | Jadu Service username that will be created and used to run the schedule task |
service_user_password | Jadu Service user password |
jadu_iis_admin_username | Jadu IIS Administrator service username that will be created and used to run elevated schedule tasks |
jadu_iis_admin_password | Jadu IIS Administrator service user password |
Server
Value | Notes |
---|
host | Host name of the Server |
application_pool | Name of the application pool |
Database
Value | Notes |
---|
name | database name |
driver | database driver |
hostname | database hostname |
port | database port |