Versions Compared

Key

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

...

How to Stop Gateway

  1. Execute the stop script.
    Linux

    Code Block
    ./stop.sh

    Windows

    Code Block
    .\stop.bat

How to Update Gateway

  1. Ensure that the old version of Gateway is running.

  2. Navigate to the extracted folder of the new version of the Gateway.

  3. Execute the script update.sh by providing the old Gateway directory and new Gateway directory.
    Linux

    Code Block
    ./update.sh -orig <path_to_old_version_directory> -dest <path_to_new_version_directory>

    Windows

    Code Block
    .\update.bat -orig <path_to_old_version_directory> -dest <path_to_new_version_directory>

...