- Install Raspberry Pi OS with desktop and recommended software.
- Use Balena Etcher on a SD card with min 16gb.
- Put the SD card on Raspberry Pi and turn on.
- Connect to Wifi.
- Execute on terminal commands:
git clone https://github.com/jpgimenez/craftbeerpi3
cd craftbeerpi3
sudo ./install.sh
- Enable autostart and restart.
- Enter localhost:5000 on the browser.
- Install addons:
- AutoStartFermenter
- OneWireTweaks (não oficial - https://github.com/diogavila/cbpi-OneWireTweaks)
- Restore database.
git clone https://github.com/diogavila/cbp-config.git
sudo cp cbp-config/craftbeerpi.db craftbeerpi3/
sudo /etc/init.d/craftbeerpiboot restart