Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This is step-by-step guide for update current release for new one:

  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:

    ../
    ├─ 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.

  • No labels