Skip to content
carsten hjarup edited this page Jan 19, 2018 · 11 revisions

Raspberry OS Installation

Install Noobs Raspbian OS on your raspberry PI. A documentation how to setup the OS you will find on the following website: raspberrypi.org

special requirement for CBP version 2.2

because there is issues with newer versions of Rasbarian after Jessie version. Download the Jessie version via this link. http://downloads.raspberrypi.org/raspbian/images/raspbian-2017-07-05/2017-07-05-raspbian-jessie.zip

In the CBP installer chose NO to update. (first question in the installer)

For more background on this issue see Issue log 197

CraftBeerPI Installation

The installation of CraftBeerPI2.2 is quite esay, and described below.

If you want to use CraftBeerPI3 , see this seperate github. https://github.com/Manuel83/craftbeerpi3

Connect to your Raspberry PI

Log in to you Raspberry PI command line. You can do this by connecting a display, keyboard and mouse directly to your raspberry PI or you use an SSH connection from some other computer (your laptop)

SSH Connection From Windows you can use putty to do an ssh connection:

From Linux / MacOS you just have to open a terminal window and key in the following command:

$ ssh pi@<IP_ADDRESS>

The <IP_ADDRESS> must be replaced with the IP Address of your Raspberry PI

Clone / Download CraftBeerPI

After connecting to your Raspberry PI navigate to the home directory of your pi user

$ cd /home/pi

Inside of this directory run the following command to clone the CraftBeerPI GIT Respository. (GIT is a source code control system)

$ git clone https://github.com/Manuel83/craftbeerpi

After a few seconds you should finde new folder called "craftbeerpi" in your home directory.

Install CraftBeerPI

Navigate into the craftbeer PI directory

$ cd /home/pi/craftbeerpi

Inside this folder run the following command:

$ sudo ./install.sh

Follow the installation steps. The installation process will update your OS and will download additional components. Depending on your Internet connection will can take some Minutes.

Clone this wiki locally