Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WINSTALLATION and version 1.0.1

...

The gui-less installation provides a fast way to install or update E2E Bridgethe BRIDGE. You need to edit a properties file and run the installation.

Login as root user and change to the location, to which you copied the installation files. Create and edit the file guilessinstaller.properties in this folder. You can either create an empty file and copy the code block below into this file (make sure to use Unix line ends (LF) or download the template file from the FTP location from which you also downloaded the Bridge BRIDGE installer.

Note
iconfalse

 Please note, that the gui-less installation of the Bridge BRIDGE does not validate the installation properties defined in the .properties file.

To activate an option, a property value can be assigned a Boolean true. Do not assign the value false! Instead, deactivate the property by commenting it out (start the line with #).

...

Code Block
languagebash
java -jar E2EBridgeInstallerBridgeInstaller-xxx.jar -guiless -installproperties guilessinstaller.properties -debuglevel info

...