You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Getting_started.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,8 @@ The backend "stub" implements most APIs but mocks most phisycal input and output
52
52
53
53
After the script has been executed, a directory named `coderbot` should be present in the `/home/pi` path.
54
54
55
+
Reboot the raspberry to complete the installation, than access the raspberry via `ssh pi@coderbot.local` (note that the hostname is changed from `raspberrypi` to `coderbot`).
56
+
55
57
Run the backend `cd coderbot && ./start.sh`
56
58
57
59
You should see on the console the output log of the backend starting.
0 commit comments