How to install a new Tariscope version on Linux
This guide assumes you already have a Linux version of Tariscope installed, but you want to install an updated version of Tariscope.
1. Keeping the files
In order not to repeat the settings, copy the following files, for example, to the Home folder.
- appsettings.json. This file is located in the www folder.
- ts-install.sh. Also, you can download the file: http://softpiua.com/files/ts-insatll.sh
- rrun.sh. Also, you can download the file: http://softpiua.com/files/rrun.sh
- ts.key. This file is located in the Generic folder.
2. Removing Tariscope services and files
To do this download the remove-ts-services.sh file from site: http://softpiua.com/files/remove-ts-services.sh
Execute the following command:
sudo sh remove-ts-services.sh
Delete all subfolders of Tariscope: App, Generic
3. Unpacking the Tariscope archive
Unpack the tariscope46.tar.gz archive.
4. Tariscope installation
Execute the ts-install.sh script from folder where you unpacked the archive. An example of installation into the Tariscope folder:
sh ts-install.sh -p /home/softpi/Tariscope
The '-p' switch specifies the folder where Tariscope is installed.
5. Coping the settings file
Copy the appsettings.json file from the folder where you saved it on the 1st step to the www folder.
Copy the ts.key file to the Generic folder.
Copy the rrun.sh file to the www folder.
6. Run Tariscope
Execute the following command:
sh rrun.sh
Tariscope is ready to use.