|
|
# RTIS Update Usage Documentation
|
|
|
# RTIS Update
|
|
|
|
|
|
This web application allows you to update any existing RTIS Software packages installed as well as install new ones.
|
|
|
Furthermore, this application can update the firmware on a connected RTIS device.
|
... | ... | @@ -118,7 +118,8 @@ The |
|
|
"version": "2.0.1", [string, The version of the software package in 'Major.Minor.Bugfix' format]
|
|
|
"repo": "https://cosysgit.uantwerpen.be/rtissoftware1", [OPTIONAL, string, The URL pointing to the repository of this software package]
|
|
|
"wiki": "https://cosysgit.uantwerpen.be/rtissoftware1/-/wikis/home", [OPTIONAL, string, The URL pointing to the wiki page/documentation of this software package]
|
|
|
"type": "standalone", [string, Intentifying the software type. Can be 'standalone', 'script' or 'pythonmodule' currently]
|
|
|
"type": "standalone", [string, Intentifying the software type. Can be 'standalone', 'script' or 'pythonmodule' currently]
|
|
|
"support": 0, [OPTIONAL, integer, The support level of this software package. 0 = multi-platform, 1 = Windows only, 2 = Linux only]
|
|
|
"doc": "README.md", [OPTIONAL if using 'standalone' type, string, The local filename containing a Markdown documentation file that can be displayed even when offline]
|
|
|
"scriptfile": "rtissoftware_2_0_1_script", [OPTIONAL, string, pointing to the file in the patch archive containing the script file. Should not include the '.sh' or '.ps1' extensions!]
|
|
|
"patchfile": "rtissoftware_2_0_1.bundle", [OPTIONAL, string, pointing to the file in the patch archive containing the main GIT bundle file]
|
... | ... | @@ -454,7 +455,8 @@ The description of updates is similar to offline patches. They describe the soft |
|
|
"rtissoftware1": { [string, The name of the software package in the backend. Also used as folder name!]
|
|
|
"name": "RTIS Software 1", [string, The public name of the software package as should be shown to the user]
|
|
|
"version": "2.0.1", [string, The version of the software package in 'Major.Minor.Bugfix' format]
|
|
|
"type": "standalone", [string, Intentifying the software type. Can be 'standalone', 'script' or 'pythonmodule' currently]
|
|
|
"type": "standalone", [string, Intentifying the software type. Can be 'standalone', 'script' or 'pythonmodule' currently]
|
|
|
"support": 0, [OPTIONAL, integer, The support level of this software package. 0 = multi-platform, 1 = Windows only, 2 = Linux only]
|
|
|
"doc": "README.md", [OPTIONAL if using 'standalone' type, string, The local filename containing a Markdown documentation file that can be displayed even when offline]
|
|
|
"installation_script": "https://.../-/snippets/50/raw/main", [string, pointing to the prefix URL which holds the 'installation.sh' and 'installation.ps1' files.]
|
|
|
"git_required": 1, [integer, Indicates if the script requires Cosys-Lab Gitlab server credentials.]
|
... | ... | @@ -696,4 +698,4 @@ then |
|
|
fi
|
|
|
echo "Installation completed!"
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
``` |