summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-08 12:53:17 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-08-08 12:53:17 +0200
commitfaba92bbc077637e7d05a11c36a20a89faf4a811 (patch)
tree1b69c1f27fc9dac3a2e70702f574ffe1b174a73d /INSTALL.md
parentd122dcacc3f7d95124f30ee988cebb0873befa34 (diff)
downloadComm-on-net-faba92bbc077637e7d05a11c36a20a89faf4a811.tar.bz2
Comm-on-net-faba92bbc077637e7d05a11c36a20a89faf4a811.zip
Move INSTALL.md to the root
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 0000000..655b4b8
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,15 @@
+Install instructions for debian stretch.
+
+``` bash
+apt install git python3 python3-pip
+
+echo "deb http://deb.debian.org/debian stretch-backports main contrib" >> /etc/apt/sources.list
+
+apt update
+
+cd /srv
+git clone https://gitlab.com/iggdrasil/comm-on-net.git
+
+cd comm-on-net
+URL=commonnet.myorganisation.net RESPONSIBLE_EMAIL=dev@myorganisation.net ./install.sh
+```