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

« Previous Version 3 Next »

Download upgrade utility:

https://artifacts.accelario.com/repository/release-installer/accelario/release-installer/master/release-installer-master.jar

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.

    • 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

  • No labels