mirror of
https://github.com/42wim/matterbridge.git
synced 2025-06-03 09:01:34 +03:00
Updated Deploy: Digitalocean (markdown)
parent
a78851f81e
commit
72e3df1c79
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## Droplet install
|
## 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
|
## Create a matterbridge user
|
||||||
|
|
||||||
@ -18,10 +18,12 @@ Not creating home directory `/home/matterbridge'.
|
|||||||
|
|
||||||
## Matterbridge install
|
## 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
|
```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
|
$ sudo chmod 755 /usr/bin/matterbridge
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user