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

Overview

Development

  1. Scaricare un'immmagine di CoderBot e flasharla su 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

oppure seguire la Preparazione del sistema base, partendo da Raspbian vanilla

  1. Deploy del Backend (documentazione API)

  2. Deploy del Frontend

Oppure, utilizzare il container Docker: https://hub.docker.com/r/coderbot/coderbot

Altro

Clone this wiki locally