user/jami-on-servers.md: Jami download link
Change-Id: I0ecb05550ac1e411bb25f39d42aaf9f5260a23ef
This commit is contained in:
parent
733e43c276
commit
3474f0ad48
|
@ -16,16 +16,18 @@ useradd -s /bin/bash -m jamiserver
|
|||
|
||||
## Install the Jami daemon on the server
|
||||
|
||||
Install the Jami daemon on the server (the full Jami client is not required to be installed, especially if the server does not have a graphical user interface) by following the installation instructions for the server's GNU/Linux distribution: [Download Jami for GNU/Linux](https://jami.net/download-jami-linux/); however, for say Ubuntu/Debian, replace the command:
|
||||
Only the Jami daemon installation is required on the server.
|
||||
The full Jami client is not required to be installed, especially if the server does not have a graphical user interface.
|
||||
In the last command line of the installation instructions for the server's GNU/Linux distribution at [the setup instructions](/setup/index.md#jami-application), replace the text:
|
||||
|
||||
```bash
|
||||
apt-get install jami
|
||||
install jami
|
||||
```
|
||||
|
||||
with the command:
|
||||
with the text:
|
||||
|
||||
```bash
|
||||
apt-get install jami-daemon dbus-x11
|
||||
install jami-daemon dbus-x11
|
||||
```
|
||||
|
||||
## Copy the Jami configuration files
|
||||
|
|
Loading…
Reference in New Issue