Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Stop the Axxon One server:
    Code Block
    languagebash
    sudo service axxon-one stop
  2. Create a backup of the configuration:
    Code Block
    languagebash
    cp ~ngp/instance.conf ~ngp/instance.conf_bak
    Note
    titleAttention!

    This step is mandatory.

  3. Open the server configuration file for editing:
    Code Block
    languagebash
    sudo nano ~ngp/instance.conf
  4. Add the required variable using the commandvariable as the firstline in the configuration file:
    Code Block
    languagebash
    export %system_variable=value%
    For example, a variable to increase the export timeout:
    Code Block
    languagebash
    export NGP_EXPORT_TIMEOUT_MS=60000
  5. After you make the changes and save the configuration file, start the Axxon One server:
    Code Block
    languagebash
    sudo service axxon-one start

...