CraftBeerPI

I’d love to see the CraftBeerPI, http://web.craftbeerpi.com/ added. It’s the Raspberry PI based home brewing software. It controls the gpio pins, uses 1 wire sensors, etc. :mrgreen:

I’d also like to see this. I haven’t tried installing it via github yet. I’ll post here when I do.
Cheers

I followed the install script here and it installed like a champ. No issues yet.
http://web.craftbeerpi.com/installation/
I’ll test it out with my full setup soon .

First you’ll need to install git. Its simple just use this code.

sudo apt-get install git

Then clone the craftbeerpi poject with this code:

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

Change directory to where the install file is

cd craftbeerpi

run the install shell script. with this.

sudo ./install.sh

I tried it on a Pi version 1 and b+ and it worked. I also used it with Lighttpd, MariaDB, PHP phpmyadmin install… no seen conflicts yet. Still testing though.