Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 487 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 487 Bytes

Reflash

This is a simple Go server that is set up to get and flash Refactor and Rebuild images

All users should download the latest stable version of Reflash and use Balena Etcher to flash it to a USB drive.

More information on the wiki: https://wiki.iagent.no/wiki/Reflash

Development

Create linux image

This will use debootstrap to create a Reflash image

make docker

Local development

To start the npm client/Vue frontend

make run-go
make dev-client