-
Adapt backend module according to your needs, provide
config.php
. -
Install dependencies.
docker run --rm -v $(pwd):/app -u $(id -u ${USER}):$(id -g ${USER}) composer composer install --ignore-platform-reqs
- Run it.
docker run -d --rm -u $(id -u ${USER}):$(id -g ${USER}) -p 8888:8888 -v $(pwd):/app -w /app chialab/php:7.4 php -S 0.0.0.0:8888
-
Build the robot physically, following the manual.
-
Create sketch/Credentials.h and put your Wi-Fi credentials and backend API host there.
-
Upload the sketch to robot.
-
Vuala! The robot will notify the team about the hotline immediately.