From c72ca2daf98f8a9f67dcf0733d5b382e4e56d210 Mon Sep 17 00:00:00 2001 From: Tanner Date: Tue, 14 Oct 2025 22:28:18 +0100 Subject: [PATCH] Add setup instructions --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e696e70..7cc1526 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,30 @@ Controls the welcome room Vestaboard directly, bypassing their cloud. ## Setup +SSH into the Vestaboard using the root key, ie: + +``` +$ ssh -i ~/.ssh/vestaboard root@10.139.85.133 +``` + +### Script + +Clone the script: + +``` +# git clone https://github.com/Protospace/protoflap.git +``` + +Test it: + +``` +# cd protoflap/ +# python protoflap.py +``` ### Supervisor -Install supervisor: +To run the script automatically, install supervisor: ``` # apt install supervisor @@ -40,5 +60,6 @@ Load changes: ``` # supervisorctl reread; supervisorctl update +# supervisorctl status ```