Installing Intrexx Using a Configuration File (Headless)

The installation method described here is typically performed in a Linux environment. In principle, it is also possible under Windows.

You can install Intrexx from the command line using a configuration file.

This way, you won't need to enter individual parameters or details—such as the installation directory or ports—interactively during installation. Instead, the setup retrieves the relevant information from the configuration file.

.yml / .yaml

Please note that starting with Intrexx Steady Track 10.1.0, the "yml" file format is used. In 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

Navigate to the "IX_12.X.X" directory containing the installation files.

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 work best for 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