Linux - Installing IAA using a configuration file

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

.yaml

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

You must create the .yml file manually.

configuration.yml

The following is an example of a configuration file that includes the installation of the Intrexx Administration API.

Create your own configuration file with the information that suits 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

More information

Install Intrexx using a configuration file (headless)