Docker (Linux) Installation - Device Care
Before you start with Device Care installation, be sure that your RTLS System deployment meets Device Care Requirements.
To establish a connection between your RTLS server and myRTLS Cloud you can follow the installation guide on myRTLS.com.
For the installation follow the steps below:
- Access myRTLS Cloud or myRTLS On-premise based on your type of deployment and select the site that was created by Sewio for your project.
- myRTLS Cloud → www.myrtls.com
- myRTLS On-premise → http://localhost/ where myRTLS On-premise installed on port 7253 (e.g. http://192.168.225.2:7253/)
- Select type of your RTLS Studio installation → Docker
- Confirm that your system meets the following requirements. Click Next to continue.
- Move to your RTLS Server and follow the Device Care Data Probe installation steps on myRTLS.com. You can find it also in the picture below.
- Open a terminal on your Linux platform where you have a docker installation.
Navigate to the folder with your Docker version of RTLS Studio.
cd </path/to/your/docker/rtls-studio/folder>
Download the installation script.
wget -O device-care-installer.zip "https://sewio.sharepoint.com/:u:/s/Releases/EUh_C2_n2yBDmFSy7QWzSh4BXGUIB_jU7OsRJTNqtRt50g?e=EdX74C&download=1"
You should see this output download progress:
Extract the downloaded .zip file.
unzip -o device-care-installer.zip
You should see this output download progress:
Remove the unnecessary files
rm -rf device-care-installer device-care-installer.zip
Run the installation script
sudo sh ./install.sh
- Follow the instructions of the installation script by pressing OK
- Add Site ID
The Site ID you can find on myRTLS.com under the Site that was created for your project. In our example, the Site ID is 25.
- Proceed by pressing Enter
- Add the Site Password
The Site password you can find on myRTLS.com under the Site that was created for your project. - Proceed by pressing Enter
- The script asks for your proxy URL. Leave empty if you don't need to use one.
- Proceed by pressing Enter
- The installation will be completed.
- Continue by pressing Enter
- Once the installation is complete, the script will terminate. The Device Care Data Probe should be running at this point.
- Go to myRTLS.com to the site. Click Next on the Download Installation package
- Finish the Device Care Data Probe installation on myRTLS.com by Data Verification.
- You will be redirected to Device Care Dashboard.