GitXplorerGitXplorer
m

iotrickster

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
dad7cacf9d711e3e271f3d57fdedcbf0ecab4537

use autocommit mode

mmvitousek committed 7 years ago
Unverified
9161924a3a5fe124e170a06a5b3bf9a676da1718

fix

mmvitousek committed 7 years ago
Unverified
740fec8cd90b20bae676f036b0a6d96ba1b4b36a

changex

mmvitousek committed 7 years ago
Unverified
77a0c1a91762c68278aa2037684f88c2a53b5ed8

some visual and standardization improvements

mmvitousek committed 7 years ago
Unverified
b4302c779c0395db79ccbc00956eec855ff9971a

client fix

mmvitousek committed 7 years ago
Unverified
2f3d2e948394e0f27cf3ee9028b31f9df96fe6b0

work

mmvitousek committed 7 years ago

README

The README file for this repository.

To run, navigate to the project's root directory in a terminal and run:

export FLASK_APP=main.py
gunicorn main:app --bind 0.0.0.0:8712 -w 4 -k eventlet

or,

nohup gunicorn main:app --bind 0.0.0.0:8712 -w 4 -k eventlet </dev/null >log.log 2>&1 &
nohup python3 client.py http://localhost:8712 --brewpi http://localhost:8000 &