Updating an Existing Tricia Installation
There are two ways of updating Tricia.
Direct internet connection
If your machine has a direct connection to the internet, you can run the command
java -jar scripts.jar update %URL_OF_THE_DEPLOYMENT_FILE%
in the scripts folder (e.g.: /opt/tricia/scripts). The deployment files can be found online in the folder Tricia-Deployment/Tricia. Choose the release you want to update to and copy the location of the software.zip file in the command line. As an example, updating to release 3.2.2 results in the following command:
java -jar scripts.jar update http://infoasset.de/file/Tricia-Deployment/Update/Tricia/Release-3.2.2/software.zip
Manual download of the deployment file
If your machine is behind a firewall, you can put the deployment file manually in the root Tricia folder, e.g.: /opt/tricia/software.zip. Then go into the scripts folder and run the following command:
java -jar scripts.jar udpate
Referenced by:
|
Referenced by
(1)
|