...
How to Stop Gateway
Execute the stop script.
LinuxCode Block ./stop.sh
Windows
Code Block .\stop.bat
How to Update Gateway
Ensure that the old version of Gateway is running.
Navigate to the extracted folder of the new version of the Gateway.
Execute the script
update.sh
by providing the old Gateway directory and new Gateway directory.
LinuxCode 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>
...