Skip to content
Antonio Vivace edited this page Mar 1, 2019 · 21 revisions

Overview

Development

  1. Download the CoderBot image and flash it on an SD:
# Find the micro sd reader device name
lsblk
# Flask the image
sudo dd bs=4M if=IMAGE_NAME.img of=/dev/DEVICE_NAME conv=fsync status=progress

or follow Base system preparation, starting from Raspbian Stretch vanilla

  1. Backend deployment (API documentation)

  2. Frontend deployment

Or use the Docker container: https://hub.docker.com/r/coderbot/coderbot

Other