Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • RTIS Update RTIS Update
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
Collapse sidebar
  • RTIS Software
  • RTIS UpdateRTIS Update
  • Wiki
  • Home

Home · Changes

Page history
Create home authored Mar 22, 2022 by Wouter Jansen's avatar Wouter Jansen
Show whitespace changes
Inline Side-by-side
home.md 0 → 100644
View page @ b2b96ced
# RTIS Update
This script can be used to automatically install and/or update some base RTIS Software packages and their dependencies.
## Features
* Self-update: Once installed, this script can self-update through GIT when starting up the script.
* Install several RTIS Software packages: Dev, Serial, CUDA, Network, Utils and Dev Remote.
* The RTIS Dev, Serial and CUDA Python Modules will be automatically installed and/or updated.
* The RTIS Network, Utils and Dev Remote packages will optionally allow to install the automatic start-up service.
* All dependencies will be automatically installed.
* The user can optionally choose a custom version to be used for each package.
* The user can choose where the RTIS Network, Utils and Dev Remote packages are installed as well as which user is used for operating them.
## Usage
To run the main updater script simply run the bash script from your terminal with sudo rights:
```shell
sudo ./RTISUpdate.sh
```
\ No newline at end of file
Clone repository
  • Home