summaryrefslogtreecommitdiff
path: root/INSTALL.md
blob: 655b4b80bc5dab7b94f631e3d4bd504aef5ec8cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
```