Versions Compared

Key

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

...

  1. Navigate to the root directory where release-installer.jar is located:

    • Change to the directory containing the release-installer.jar file.

  2. Ensure your directory tree looks like this:

    Code Block
    ../
    ├─ release-installer.jar
    ├─ release.zip
    ├─ current/
    └─ archive/ (not important)
  3. Replace the old release.zip with the new one:

    • Remove the existing release.zip file and replace it with the new version of the ZIP file.

  4. Run the installation/update process using a simple command:

    • Execute the commands sudo chmod +x release-installer.jar and sudo java -jar release-installer.jar to start the installation or update process of the new release from the ZIP file.

    • If there are a few ZIP files next to Installer then you need to define which one exactly i’d like to install sudo java -jar release-installer.jar release_file_name.zip