...
To enable communication between all your devices, we have to start Redis on some device.
This can be done in two ways: By starting redis yourself or using docker. We recommend using docker as this makes starting other services easier later on.
Docker
Start it on your laptop in the root framework sic
folder (for MacOS and Windows: make sure Docker Desktop is running).
...
This should start print Container sic-redis-1 Created
which means Redis is up and running.
No Docker
In a terminal, start redis using
Code Block |
---|
redis-server |
Starting SIC on the Robot
...