beerbrewing / brewerypi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brewery Pi

The Brewery Pi project is a historian (for now) designed for craft brewers to allow them to quickly collect and visualize their brewing data enabling them to leverage it to help make better beer for all of us. 🍻 Craft brewers operate on a tight budget, so Brewery Pi was designed to run on a Raspberry Pi (starting with the Raspberry Pi 3 Model B) allowing a craft brewery to get started with an investment around $60 USD for the necessary hardware.

Installation

The easiest way to get started is to download a Brewery Pi image from GitHub for your Raspberry Pi. Brewery Pi follows semantic versioning (vX.Y.Z) and you should be able to find images for dot zero (.0) minor releases. For example, if the latest release is v1.3.1, you should be able to find an image for release v1.3.0. Once you have the image installed on a SD card, connect your Raspberry Pi to your network. To get the latest version of Brewery Pi, ssh into your Raspberry Pi. The default username and password are “pi” and “brewery”, respectfully. Once logged in execute the following commands:

$ sudo supervisorctl stop brewerypi
$ cd ~/brewerypi/
$ git pull
$ git checkout vX.Y.Z (replace vX.Y.Z with target release, for example, v1.3.1)
$ sudo supervisorctl start brewerypi

If all goes well, you should now be able to point a web browser to the IP address of your Raspberry Pi to log in to Brewery Pi. Again, use the default username and password of “pi” and “brewery”, respectfully.

Usage

Checkout the Getting Started Quickly tutorial.

Credits

Contributors

This project exists thanks to all the companies and people who contribute:

Deschutes Brewery, GoodLife Brewing, Wild Ride Brewing and Worthy Brewing.

Brian Faivre, Curtis Nelson, Huck Bales, Jeremiah Beisner, Kyle Kotaich, Nancy-Taylor Mitchell, Paul Bergeman, Shaelyn Maloney and Tim Alexander.

License

See the LICENSE file.

Cheers! 🍺

About

License:MIT License


Languages

Language:Python 56.9%Language:HTML 41.7%Language:TSQL 1.4%Language:Mako 0.1%Language:CSS 0.0%