Skip to content
Antonio Vivace edited this page May 16, 2018 · 21 revisions

CoderBot Wiki

Welcome to the development wiki of the CoderBot project. Here you can find all the documentation to build the image from scratch and hack on each feature/part of the software.

Get Started

Download one of the images and flash it to a microSD, using win32diskimager or Rufus on Windows or, on Linux:

sudo dd bs=4M if=image.img of=/dev/mmcblk0

Insert the card and power the Raspberry Pi. In 2-3 minutes you should see the newly created coderbot network. Once connected, you have SSH access and the web application on port 8080 (coderbot.local:8080).

Clone this wiki locally