bitvend/deployment/INSTALL

11 lines
301 B
Plaintext

# stay sane, sir. just all the more important steps.
adduser bitvend --system --home /var/bitvend
apt install pigpiod
systemctl enable pigpiod
systemctl start pigpiod
cp bitvend.service /etc/systemd/system
pip install -r /var/bitvend/requirements.txt
systemctl enable bitvend
systemctl start bitvend