aboutsummaryrefslogtreecommitdiff
path: root/download_and_run.sh
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-05-15 22:38:36 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-05-15 22:38:36 +0100
commitcac6364c72222ddbcce5f13e0185b63fca182ff5 (patch)
treed0461ee8b75394f5a7733fb6ab3c1e71c677fdab /download_and_run.sh
parent9f7d0958c07ff192366520bf05b1cc62ff517982 (diff)
downloadunicornpaint-cac6364c72222ddbcce5f13e0185b63fca182ff5.tar.gz
unicornpaint-cac6364c72222ddbcce5f13e0185b63fca182ff5.tar.bz2
unicornpaint-cac6364c72222ddbcce5f13e0185b63fca182ff5.tar.xz
unicornpaint-cac6364c72222ddbcce5f13e0185b63fca182ff5.zip
Added README & deploy process
Diffstat (limited to 'download_and_run.sh')
-rw-r--r--download_and_run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/download_and_run.sh b/download_and_run.sh
new file mode 100644
index 0000000..a9e5640
--- /dev/null
+++ b/download_and_run.sh
@@ -0,0 +1,4 @@
+pip3 install unicornhathd Flask FlaskSockets \
+&& wget -N "https://github.com/MFAshby/unicornpaint/raw/master/unicornpaint.zip" \
+&& unzip unicornpaint.zip \
+&& python3 server.py \ No newline at end of file