Install Intrexx using a configuration file (headless)

The form of installation described here is usually performed in the Linux environment. In principle, it is also possible under Windows.

You have the option of installing Intrexx via the command line using a configuration file.

You then do not need to interactively enter the individual parameters or specifications, such as the installation directory or ports, during the installation. Instead, the setup obtains the respective information from the configuration file.

.yml / .yaml

Note that the file format "yml" has been in use since Intrexx Steady Track 10.1.0. In the previous versions a .properties file was used.

You can also use "yaml" instead of the "yml" file format.

You must create the .yml file manually.

Installation

Go to the directory for the installation files "IX_11.X.X".

Start the installation with the following command:

setup.sh -t --configFile=path/to/configuration.yml

configuration.yml

Create your own configuration file with the parameters that suit you.

jre:
  linked: false
lucy_server_portal:
  charset: de_DE.UTF-8
packages:
  database_drivers: true
  installer: true
  jre: true
  lucy_manager_portal: true
  lucy_server_portal: true
  lucy_server_portal_standalone: true
  solr: true
setup:
  installationDir: /opt/intrexx
  instance:
    createDaemonUser: true
    daemonManager: SYSTEMD
    daemonUser: intrexx
    name: intrexx
    serviceStartType: AUTO_START
  javaHomeDir: /home/user/Downloads/professional/java/packaged/linux/amd64
  javaProvided: true
  sourceDir: /home/user/Downloads/professional
  update:
    releaseTrack: STEADY
  version: 10160000
solr:
  cloudMode: false
  host: 127.0.0.1
  password: ixape-v1:7FCB1FA944264EA964C89B6E0FADC0627C9683ABBF6435983C
  port: 8990
  user: solr