CrartBeerPi is running on every Raspberry Pi Model from RaspberryPi Zero to RaspberryPi 3.
Its recommened to use a Raspberry Pi 3 if you like to run the user interface on the Raspberry Pi browser.
Here you will find the guide to install Raspberry Pi Operating System.
Watch the installation video or read the installation steps below
Clone CraftBeerPI from GitHub. Open the shell on your Raspberry PI and type the following command.
git clone https://github.com/Manuel83/craftbeerpi.git
After cloning the program to your Raspberry PI you just have to run the install.sh script. The script will guide you through the installation process.
cd craftbeerpi
sudo ./install.sh
Restart the Raspberry Pi
sudo reboot
After reboot you can access the User Interface via the following URL
http://<RASPBERRY-PI-IP-ADDRESSE:5000
You can get the Raspberry Pi IP Address by type
ifconfig
into the command shell of your Raspberry Pi
As part of the installation you will ask if you like to start CraftBeerPI after boot automatically. If you have selected this at the first installation just run the installation again and select ‘y’ when you are ask if CraftBeerPI should start after boot.
Open a command shell on your Raspberry Pi, navigate to the CraftBeerPi installation folder and pull the lastest changes
cd /home/pi/craftbeerpi
sudo git pull
The source code of CraftBeerPi can be found on GitHub