Extract platform-specific installation notes

This commit is contained in:
James Addison 2020-03-18 12:47:36 +00:00
parent dadc83900f
commit 7161a700cb
1 changed files with 6 additions and 4 deletions

View File

@ -13,14 +13,16 @@ Systems running the following versions are supported by this guide:
To check the operating system available, you can run `cat /etc/issue` at the command-line.
Debian Wheezy and other older systems may require additional things to be done. Specifically for Wheezy, [libc needs to be updated](http://lists.jitsi.org/pipermail/users/2015-September/010064.html).
On Ubuntu systems, some Jitsi dependencies require installation from Ubuntu's `universe` package repository. To ensure this is enabled, run `sudo apt-add-repository universe` at the command-line.
N.B.:
All commands are supposed to be run by root. If you are logged in as a regular user with sudo rights, please prepend ___sudo___ to each of the commands.
### Platform-specific notes
On Debian Wheezy, [libc needs to be updated](http://lists.jitsi.org/pipermail/users/2015-September/010064.html).
On Ubuntu systems, some Jitsi dependencies require installation from Ubuntu's `universe` package repository. To ensure this is enabled, run `apt-add-repository universe` at the command-line.
## Basic Jitsi Meet install
### Add the domain name to `/etc/hosts`