docker-compose build
docker-compose up -d
docker run --privileged -v ./config.yaml:/etc/boilr/config.yaml --device /dev/gpiomem:/dev/gpiomem peterbrain/boilr:latest
Note
In order to install and use Docker on a Raspberry Pi 1 Model B, I had to set sysctl vm.overcommit_memory=1
and restart after the installation.
Boilr is not yet available on Python Package Index. Check back later
pip install .
Create config folder and copy sample config file to config directory.
mkdir /etc/boilr
cp config.yaml /etc/boilr/
Edit the config file to your needs. Check out this Sample configuration for reference.
vi /etc/boilr/config.yaml