Pure rename (brewpi.py, brewpi.sh, requirements.txt, __init__.py) plus the README's path references - no code changes. "server/" describes the directory's role rather than duplicating the project name already in brewpi.py itself.
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source $WORKON_HOME/brewpi/bin/activate
|
|
$BREWPI_HOME/brewpi.py
|
|
|