-
Notifications
You must be signed in to change notification settings - Fork 1
raspbian lite
mhupfauer edited this page May 24, 2021
·
2 revisions
This will guide you on how to get picure up and running on a vanilla raspbian-lite.
sudo raspi-config
4 - Interface options
P5 - Enable I2C
Yes
OK
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install python3-pip git screen
cd ~
git clone https://github.com/mhupfauer/picure.git
cd picure
sudo pip3 install .
screen -d -m gunicorn -w 2 -b 0.0.0.0:5000 "picure:create_app()"
PiCure operates 230/120V main circuits. Do not attempt anything without proper training AND certification. Please make yourself familiar with local regulations and if required contact an electrician. This project can be a fire and safety hazard, may cause bodily harm, injuries and or death if improperly installed!
PROCEDE WITH THE UTMOST CAUTION
This does not alter the conditions of the projects license in any way, shape or form so please read them too.