Personal tools

Difference between revisions of "Installing Rivendell"

From Rivendell Wiki

Jump to: navigation, search
(add a link to new deb10 instructions page)
(Rivendell 3.x on Ubuntu 18.04 (Bionic Beaver) and Linux Mint 19.3)
 
(20 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== RHEL/CentOS ===
+
=== Appliance Installers ===
The [http://centos.org/ CentOS] distribution has a particularly good integration with Rivendell, as many of the developers working on the code do so on that platform. Information on installing and maintaining a CentOS setup can be found [[Rivendell_on_CentOS | here]].
+
The preferred and easiest way to create a working Rivendell system is to use one of the standard "appliance" installers provided by [https://paravelsystems.com Paravel Systems]. The following Linux distributions are supported:
  
=== Ubuntu Xenial (16.04) ===
+
==== Ubuntu 22.04 "Jammy Jellyfish" (also works with Linux Mint 21) ====
Rivendell can be compiled / installed onto a Ubuntu machine. The instructions to do so can be found [[ UbuntuXenial | here]].
+
* [https://software.paravelsystems.com/howtos/ubuntu/jammy/ Ubuntu 22.04 Appliance Installer for Rivendell 4.x] ('''RECOMMENDED''')
  
=== Debian 8 (Jessie) ===
+
==== RedHat Enterprise Linux 7 (RHEL-7) (also works with CentOS 7) ====
Rivendell can be compiled / installed onto a Debian 8 (Jessie) machine. Just follow [[Debian8 | these instructions]].
+
* [https://software.paravelsystems.com/howtos/CentOS/7rd4/ RHEL-7 Appliance Installer for Rivendell 4.x]
 +
* [https://software.paravelsystems.com/howtos/CentOS/7rd3/ RHEL-7 Appliance Installer for Rivendell 3.x] ('''DEPRECATED''')
  
=== Debian 9 (Stretch) ===
+
==== RedHat Enterprise Linux 8 (RHEL-8) (also works with Rocky Linux 8) ====
[[Debian9 | This page]] quickly relates how to install rivendell 3 (v3.0.3) on Debian9.
+
* [https://software.paravelsystems.com/howtos/rhel/8rd4/ RHEL-8 Appliance Installer for Rivendell 4.x]
  
=== Debian 10 (Buster) ===
 
[[Debian10 | This page]] quickly relates how to install rivendell 3 (v3.2.0) on Debian10.
 
  
 +
=== Building from Source ===
 +
The "appliance" installations listed above can also be used as a basis for creating a development instance capable of building Rivendell from its original sources. While not recommended for use in production "on the air" environments, such a development instance can be extremely useful for testing new features or bugfixes that have been committed to the GitHub repository but not yet released in the pre-built packages.
  
----
+
* [https://wiki.rivendellaudio.org/index.php/Building_Rivendell_from_source Building a Rivendell Development Instance on Ubuntu 22.04 "Jammy Jellyfish"]
=== Old outdated things ===
+
'''All information below is out of date and needs to be updated (22nd Feb 2018)'''
+
  
==== Debian ====
+
=== Legacy/Deprecated Installs ===
 
+
The following items apply to the deprecated v3.x versions of Rivendell, on various "not officially supported" distributions.
[[Rivendell_on_Debian_6 | Rivendell on Debian 6]] (Squeeze). This is intended as a beginners guide that will walk you through getting Rivendell, JACK and Pulse Audio working with Debian 6. It is screen shot and explanation heavy.
+
 
+
Debian packages are available from the repository at [http://debian.tryphon.org/ debian.tryphon.org]. Detailed instructions to [[Install under Debian]].
+
  
 
==== Ubuntu ====
 
==== Ubuntu ====
+
===== Rivendell 3.x on Ubuntu 18.04 (Bionic Beaver) and Linux Mint 19.3 =====
Ubuntu packages are available from the repository at [http://debian.tryphon.org/ debian.tryphon.org].  Detailed instructions are available [[Rivendell on Ubuntu-Tryphon | here]].
+
[[Legacy Rivendell 3.6.x on Ubuntu18 04 | Legacy Rivendell 3.6.x on Ubuntu18 04]] covers how to compile from source and install Rivendell 3 (v3.6.8) on Ubuntu 18.04It has been reported these instructions also work on Linux Mint 19.3.
  
<u>The easiest way to install Rivendell using '''Ubuntu''' is to use the [[Ubuntu_Live_Demo_and_Installer_CD|RRAbuntu Live CD installer]].</u>  You can also test it out without installing the software.
+
===== Upgrading to Rivendell 4.x on Ubuntu 18.04 (Bionic Beaver) and Linux Mint 19.3 =====
  
A complete guide for installing Rivendell on Ubuntu 11.04 can be found [http://www.talkunafraid.co.uk/2011/02/installing-rivendell-on-ubuntu/ here].
+
* [[Updating to Rivendell 4.x on Legacy Ubuntu18 04, Compiled from Source | Updating to Rivendell 4.x on Legacy Ubuntu18 04, Compiled from Source ]]  - while '''unsupported by the official release''' it is possible to upgrade to Rivendell 4.x on Ubuntu 18.04 for those who have previously compiled Rivendell 3.x.  This explains how to do it.
  
==== Other linux distros ====
+
==== Debian ====
+
The following pages describe how to install Rivendell from source on a Debian system.
You can install Rivendell by compiling from source for other linux distros. Source code is available with instructions in a tarball or zip file on the main [http://rivendellaudio.org Rivendell website] in the [http://rivendellaudio.org/rivendell/download.shtml download section].
+
 
+
==== Downloading Rivendell Source from CVS ====
+
 
+
See [[Downloading Rivendell Source from CVS]]
+
 
+
==== Compiling Rivendell from Source ====
+
 
+
See [[Compiling Rivendell from Source]]
+
  
==== Duplicating an installed machine for rollout ====
+
===== Rivendell 3.x on Debian 10 (Buster) =====
 +
[[Debian10 | This page]] quickly relates how to install Rivendell 3 (v3.2.0) on Debian10.
  
See [[Duplicating an Ubuntu machine so you can install Rivendell | Duplicating an installed machine for rollout (.deb/dpkg based distros like Ubuntu, Debian, Linux Mint)]]
+
===== Rivendell 3.x on Debian 9 (Stretch) =====
 +
[[Debian9 | This page]] quickly relates how to install Rivendell 3 (v3.0.3) on Debian9.

Latest revision as of 04:54, 11 February 2024

Appliance Installers

The preferred and easiest way to create a working Rivendell system is to use one of the standard "appliance" installers provided by Paravel Systems. The following Linux distributions are supported:

Ubuntu 22.04 "Jammy Jellyfish" (also works with Linux Mint 21)

RedHat Enterprise Linux 7 (RHEL-7) (also works with CentOS 7)

RedHat Enterprise Linux 8 (RHEL-8) (also works with Rocky Linux 8)


Building from Source

The "appliance" installations listed above can also be used as a basis for creating a development instance capable of building Rivendell from its original sources. While not recommended for use in production "on the air" environments, such a development instance can be extremely useful for testing new features or bugfixes that have been committed to the GitHub repository but not yet released in the pre-built packages.

Legacy/Deprecated Installs

The following items apply to the deprecated v3.x versions of Rivendell, on various "not officially supported" distributions.

Ubuntu

Rivendell 3.x on Ubuntu 18.04 (Bionic Beaver) and Linux Mint 19.3

Legacy Rivendell 3.6.x on Ubuntu18 04 covers how to compile from source and install Rivendell 3 (v3.6.8) on Ubuntu 18.04. It has been reported these instructions also work on Linux Mint 19.3.

Upgrading to Rivendell 4.x on Ubuntu 18.04 (Bionic Beaver) and Linux Mint 19.3

Debian

The following pages describe how to install Rivendell from source on a Debian system.

Rivendell 3.x on Debian 10 (Buster)

This page quickly relates how to install Rivendell 3 (v3.2.0) on Debian10.

Rivendell 3.x on Debian 9 (Stretch)

This page quickly relates how to install Rivendell 3 (v3.0.3) on Debian9.