Updated Deploy: Digitalocean (markdown)

Panagiotis Georgiadis 2020-09-16 14:41:41 +02:00
parent a78851f81e
commit 72e3df1c79

@ -4,7 +4,7 @@
## Droplet install
After you have setup your droplet using eg ubuntu 18.04 TLS (https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-18-04-)
After you have setup your droplet using eg ubuntu.
## Create a matterbridge user
@ -18,10 +18,12 @@ Not creating home directory `/home/matterbridge'.
## Matterbridge install
You can install the matterbridge binary in /usr/bin/matterbridge
You can install the matterbridge binary in `/usr/bin/matterbridge`.
You find the link for the binary release at: https://github.com/42wim/matterbridge/releases/latest
```bash
$ sudo wget https://github.com/42wim/matterbridge/releases/download/v1.16.5/matterbridge-1.16.5-linux-64bit -O /usr/bin/matterbridge
# Replace the link with one from the latest release
$ sudo wget https://github.com/42wim/matterbridge/releases/download/v1.18.3/matterbridge-1.18.3-linux-64bit -O /usr/bin/matterbridge
$ sudo chmod 755 /usr/bin/matterbridge
```