jsproull / kriek

Kriek is the easiest to use brewing control software for the raspberry pi.
GNU General Public License v2.0
17 stars 6 forks source link

kriek

Kriek is the easiest to use brewing control software for the raspberry pi.

Requirements

A Raspberry Pi or BeagleBone Black. DS18B20 temperature probes. Solid State Relays.

Screen Shot

main screen

Installation

By hand installation

These instructions assume a debian-based (JESSIE) install (raspbian, ubuntu, etc) on the pi or BBB.

Debian Setup

For BBB

Create a virutalenv for kriek

clone the source code

pip requirements

We use either wiringpi or Adafruit_BBIO depending on the platform

for Pi

for BBB

Configure postgres

Configure the django kriek installation

then set up gunicorn, supervisord and nginx

And set up the required modules

For Pi

Automatic installation

Common part for both methods

For BBB

TODO

Reboot

sudo reboot

Once rebooted, you should be able to go to http://yourip and sign in using username: pi with password: pi

Configuration

Coming soon