CraftBeerPI
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:
Re: CraftBeerPI
I'd also like to see this. I haven't tried installing it via github yet. I'll post here when I do.
Cheers
Cheers
Re: CraftBeerPI
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.
Then clone the craftbeerpi poject with this code:
Change directory to where the install file is
run the install shell script. with this.
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.
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.
Code: Select all
sudo apt-get install git
Code: Select all
git clone https://github.com/Manuel83/craftbeerpi.git
Code: Select all
cd craftbeerpi
Code: Select all
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.