| ... | ... | @@ -79,7 +79,9 @@ systemctl restart relayServer.service |
|
|
|
|
|
|
|
## CouchDB
|
|
|
|
```
|
|
|
|
add-apt-repository ppa:couchdb/stable
|
|
|
|
echo 'deb [arch=amd64] http://a73435.berlin.ptb.de:84/repos/Ubuntu_18.04/ bionic main' > \
|
|
|
|
/etc/apt/sources.list.d/vaclab.list
|
|
|
|
curl -L http://a73435.berlin.ptb.de:84/repos/Ubuntu_18.04/KEY.gpg | sudo apt-key add -
|
|
|
|
apt update && apt install couchdb
|
|
|
|
systemctl enable couchdb.service
|
|
|
|
```
|
| ... | ... | |
| ... | ... | |