craftbeerpi4-pione/README.md

38 lines
713 B
Markdown
Raw Normal View History

2021-01-26 07:56:52 +01:00
# CraftBeerPi
2018-11-16 21:46:57 +01:00
2021-01-26 07:56:52 +01:00
## Intro
CraftBeerPi is an open source brewing controller.
## Installation
2021-01-26 13:59:39 +01:00
CraftBeerPi is python based and will require at last python 3.7.x
You can run CBPi 4.x on your Laptop.
Download an install Python 3.7 [https://www.python.org/downloads/](https://www.python.org/downloads/)
Open a terminal window and run the following commands.
2021-01-26 07:56:52 +01:00
```text
sudo python3 -m pip install cbpi
```
```text
cbpi setup
```
```text
cbpi start
```
2021-01-26 13:59:39 +01:00
The server is running under http://localhost:8000 by default.
2021-01-26 07:56:52 +01:00
## Links
{% embed url="https://www.facebook.com/groups/craftbeerpi" %}
{% embed url="https://www.youtube.com/channel/UCy47sYaG8YLwJWw2iY5\_aNg" %}
{% embed url="http://web.craftbeerpi.com" %}
2018-11-16 21:46:57 +01:00