setup: create

platform/operating system

1. Download
2. Install
3. Ready

Inspiration from https://flathub.org/setup

Change-Id: I37910b42ad899685a6b447c59b512713c207de0c
This commit is contained in:
ovari123 2025-03-13 04:27:28 -05:00
parent 9f6ef91f6f
commit f55dba4c94
17 changed files with 246 additions and 0 deletions

View File

@ -24,6 +24,7 @@ contribute to Jami:
```{toctree}
:maxdepth: 1
setup/index
media/index
videos/index
recommendations/index

19
setup/alma-linux-os.md Normal file
View File

@ -0,0 +1,19 @@
# AlmaLinux OS
## 1. Download and install
```{note}
AlmaLinux OS is binary compatible with RHEL®.
```
```{none}
sudo dnf install -y epel-release
sudo dnf install -y 'dnf-command(config-manager)'
sudo dnf config-manager --set-enabled crb
sudo dnf config-manager --set-enabled appstream
sudo wget https://dl.jami.net/stable/alma_9/jami-stable.repo -P /etc/yum.repos.d/
sudo dnf update
sudo dnf install -y jami
```
## 2. Ready

12
setup/app-store.md Normal file
View File

@ -0,0 +1,12 @@
# App Store
## 1. Download and install
```{note}
1. Jami runs on the iPhone and iPad.
2. The Free Software community recommends using Jami with GNU/Linux.
```
[App Store](https://apps.apple.com/app/jami/id1306951055)
## 2. Ready

12
setup/chocolatey.md Normal file
View File

@ -0,0 +1,12 @@
# Chocolatey
## 1. Download and install
```{note}
1. This version of Jami is maintained by the community.
2. The Free Software community recommends using Jami with GNU/Linux.
```
* [Chocolatey](https://community.chocolatey.org/packages/jami/)
## 2. Ready

16
setup/debian.md Normal file
View File

@ -0,0 +1,16 @@
# Debian
## 1. Download
```{note}
Jami runs on 64-bit versions of Debian.
```
* [Debian 12 “Bookworm” (64-bit)](https://dl.jami.net/ring-manual/debian_12/jami-all_amd64.deb)
* [Debian 11 “Bullseye” (64-bit)](https://dl.jami.net/ring-manual/debian_11/jami-all_amd64.deb)
* [Debian Testing (64-bit)](https://dl.jami.net/ring-manual/debian_testing/jami-all_amd64.deb)
* [Debian Unstable (64-bit)](https://dl.jami.net/ring-manual/debian_unstable/jami-all_amd64.deb)
## 2. Install
## 3. Ready

12
setup/f-droid.md Normal file
View File

@ -0,0 +1,12 @@
# F-Droid
## 1. Download and install
```{note}
1. Jami runs on Android and Android TV.
2. The Free Software community recommends using Jami with GNU/Linux.
```
[F-Droid](https://f-droid.org/packages/cx.ring/)
## 2. Ready

10
setup/federa-linux.md Normal file
View File

@ -0,0 +1,10 @@
# Fedora Linux
## 1. Download and install
```{none}
sudo dnf config-manager addrepo --from-repofile=https://dl.jami.net/stable/fedora_41/jami-stable.repo
sudo dnf install jami
```
## 2. Ready

12
setup/google-play.md Normal file
View File

@ -0,0 +1,12 @@
# Google Play
## 1. Download and install
```{note}
1. Jami runs on Android and Android TV.
2. The Free Software community recommends using Jami with GNU/Linux.
```
[Google Play](https://play.google.com/store/apps/details?id=cx.ring)
## 2. Ready

23
setup/index.md Normal file
View File

@ -0,0 +1,23 @@
# Setup
Select the app store, the operating system, or the platform:
```{toctree}
:maxdepth: 1
alma-linux-os
app-store
chocolatey
debian
f-droid
federa-linux
google-play
linux-mint
mac-os
open-suse
snap-store
trisquel
ubuntu
windows
zorin-os
```

17
setup/linux-mint.md Normal file
View File

@ -0,0 +1,17 @@
# Linux Mint
## 1. Download
```{note}
1. Linux Mint is based on Ubuntu.
2. LMDE is based on Debian.
```
* [Linux Mint 22](https://dl.jami.net/ring-manual/ubuntu_24.04/jami-all_amd64.deb)
* [Linux Mint 21](https://dl.jami.net/ring-manual/ubuntu_22.04/jami-all_amd64.deb)
* [LMDE 6 (64-bit)](https://dl.jami.net/ring-manual/debian_12/jami-all_amd64.deb)
* [LMDE 5 (64-bit)](https://dl.jami.net/ring-manual/debian_11/jami-all_amd64.deb)
## 2. Install
## 3. Ready

14
setup/mac-os.md Normal file
View File

@ -0,0 +1,14 @@
# macOS
## 1. Download and install
```{note}
1. Jami runs on 64-bit processors of macOS version 11 or later.
2. The Free Software community recommends using Jami with GNU/Linux.
```
[macOS](https://dl.jami.net/mac_osx/jami.dmg)
## 2. Install
## 3. Ready

33
setup/open-suse.md Normal file
View File

@ -0,0 +1,33 @@
# openSUSE
## 1. Download and install
### openSUSE Leap 15.5
Install Jami from the command line using Zypper:
```{none}
sudo zypper addrepo https://dl.jami.net/stable/opensuse-leap_15.5/jami-stable.repo
sudo zypper install jami
```
### openSUSE Leap 15.4
Install Jami from the command line using Zypper:
```{none}
sudo zypper addrepo https://dl.jami.net/stable/opensuse-leap_15.4/jami-stable.repo
sudo zypper install jami
```
### SUSE Linux Enterprise Desktop 15 SP4
Install Jami from the command line using Zypper:
```{none}
sudo zypper addrepo https://dl.jami.net/stable/opensuse-leap_15.4/jami-stable.repo
SUSEConnect --product PackageHub/15.4/x86_64
sudo zypper install jami
```
## 2. Ready

7
setup/snap-store.md Normal file
View File

@ -0,0 +1,7 @@
# Snap Store
## 1. Download and install
[Snap Store](https://snapcraft.io/jami)
## 2. Ready

14
setup/trisquel.md Normal file
View File

@ -0,0 +1,14 @@
# Trisquel
## 1. Download
```{note}
Trisquel is based on Ubuntu.
```
* [Trisquel 11.0](https://dl.jami.net/ring-manual/ubuntu_20.04/jami-all_amd64.deb)
* [Trisquel 10.0](https://dl.jami.net/ring-manual/ubuntu_20.04/jami-all_amd64.deb)
## 2. Install
## 3. Ready

13
setup/ubuntu.md Normal file
View File

@ -0,0 +1,13 @@
# Ubuntu
## 1. Download
* [Ubuntu 24.10](https://dl.jami.net/ring-manual/ubuntu_24.10/jami-all_amd64.deb)
* [Ubuntu 24.04](https://dl.jami.net/ring-manual/ubuntu_24.04/jami-all_amd64.deb)
* [Ubuntu 23.10](https://dl.jami.net/ring-manual/ubuntu_23.10/jami-all_amd64.deb)
* [Ubuntu 22.04](https://dl.jami.net/ring-manual/ubuntu_22.04/jami-all_amd64.deb)
* [Ubuntu 20.04](https://dl.jami.net/ring-manual/ubuntu_20.04/jami-all_amd64.deb)
## 2. Install
## 3. Ready

17
setup/windows.md Normal file
View File

@ -0,0 +1,17 @@
# Windows
## 1. Download
```{note}
1. Jami runs on 64-bit versions of Windows version 10 and later.
2. If a device has an unsupported version of Windows and is unable to be upgraded to a supported Windows version, it is recommended to:
* Install Jami on another device that runs a supported version of Windows, or
* Upgrade from Windows to a freedom-respecting operating system such as the GNU/Linux operating system.
3. The Free Software community recommends using Jami with GNU/Linux.
```
[Windows](https://dl.jami.net/windows/jami.release.x64.msi)
## 2. Install
## 3. Ready

14
setup/zorin-os.md Normal file
View File

@ -0,0 +1,14 @@
# Zorin OS
## 1. Download
```{note}
Zorin OS is based on Ubuntu.
```
* [Zorin OS 17](https://dl.jami.net/ring-manual/ubuntu_22.04/jami-all_amd64.deb)
* [Zorin OS 16](https://dl.jami.net/ring-manual/ubuntu_20.04/jami-all_amd64.deb)
## 2. Install
## 3. Ready