Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 703 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 703 Bytes

cbp-config

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