Skip to main content

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

ValueNotes
installPathAbsolute path to the directory you wish to install Jadu into.
packagePathAbsolute path to installation package zip file (e.g. /home/me/21.0.2/jadui.zip)

System

ValueNotes
userSystem user to own installation files.
groupSystem user group to own installation files.

Server

ValueNotes
hostHost name of the Server
host_aliasHost name alias of the Server
tls_chainAbsolute path of the TLS chain file. this will be used in setting up the secure site
tls_keyAbsolute path of the TLS key file. this will be used in setting up the secure site
tls_certAbsolute path of the TLS cert file. this will be used in setting up the secure site

Database

ValueNotes
namedatabase name
driverdatabase driver
hostnamedatabase hostname
portdatabase port

Windows configuration values

General

ValueNotes
installPathAbsolute path to the folder you wish to install Jadu into.
packagePathAbsolute path to installation package zip file (e.g. D:\Users\Me\21.0.2\jadui.zip)

System

ValueNotes
iis_userIIS user to own installation files
iis_guestIIS guest user to allow permission for the temp folders
service_user_nameJadu Service username that will be created and used to run the schedule task
service_user_passwordJadu Service user password
jadu_iis_admin_usernameJadu IIS Administrator service username that will be created and used to run elevated schedule tasks
jadu_iis_admin_passwordJadu IIS Administrator service user password

Server

ValueNotes
hostHost name of the Server
application_poolName of the application pool

Database

ValueNotes
namedatabase name
driverdatabase driver
hostnamedatabase hostname
portdatabase port