Personal tools

Difference between revisions of "Installing Rivendell"

From Rivendell Wiki

Jump to: navigation, search
(add a link to new deb10 instructions page)
(Add out-of-date notice. Link to Paravel page on installing Rivendell 3 on CentOS,. Change 'CVS" references to 'Github' references.)
Line 1: Line 1:
 +
'''NOTICE''': As of Mid 2020, this article contains some out-of-date information. Please update it with more current details if you have them.
 +
<hr />
 +
 
=== RHEL/CentOS ===
 
=== RHEL/CentOS ===
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]].
+
[http://centos.org/ CentOS] is the &ldquo;reference&rdquo; operating system distribution for Rivendell. All feature development and bug fixes are conducted on CentOS.
  
=== Ubuntu Xenial (16.04) ===
+
[http://static.paravelsystems.com/rivendell-install-rd3/rivendell-install-rhel7.html This web page] (maintained by Paravel Systems) contains detailed instructions for installing Rivendell version 3 on CentOS version 7.
Rivendell can be compiled / installed onto a Ubuntu machine. The instructions to do so can be found [[ UbuntuXenial | here]].
+
  
=== Debian 8 (Jessie) ===
+
=== <s>Ubuntu Xenial (16.04)</s> ===
Rivendell can be compiled / installed onto a Debian 8 (Jessie) machine. Just follow [[Debian8 | these instructions]].
+
<s>Rivendell can be compiled / installed onto a Ubuntu machine.  The instructions to do so can be found [[ UbuntuXenial | here]].</s>
 +
 
 +
=== <s>Debian 8 (Jessie)</s> ===
 +
<s>Rivendell can be compiled / installed onto a Debian 8 (Jessie) machine. Just follow [[Debian8 | these instructions]].</s>
  
 
=== Debian 9 (Stretch) ===
 
=== Debian 9 (Stretch) ===
[[Debian9 | This page]] quickly relates how to install rivendell 3 (v3.0.3) on Debian9.
+
[[Debian9 | This page]] quickly relates how to install Rivendell 3 (v3.0.3) on Debian9.
  
 
=== Debian 10 (Buster) ===
 
=== Debian 10 (Buster) ===
[[Debian10 | This page]] quickly relates how to install rivendell 3 (v3.2.0) on Debian10.
+
[[Debian10 | This page]] quickly relates how to install Rivendell 3 (v3.2.0) on Debian10.
  
 +
 +
==== Downloading Rivendell Source from GitHub ====
 +
 +
Visit the [https://github.com/ElvishArtisan/rivendell Github] repository to ''clone'' or download the Rivendell source code. You can also visit the [https://github.com/ElvishArtisan/rivendell/releases releases] page to download an [[wikipedia:archive|archive]] of the stable source code.
 +
 +
==== Compiling Rivendell from Source ====
 +
 +
See [[Compiling Rivendell from Source]]
  
 
----
 
----
Line 21: Line 34:
 
==== Debian ====
 
==== Debian ====
  
[[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.  
+
<s>[[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.</s>
  
Debian packages are available from the repository at [http://debian.tryphon.org/ debian.tryphon.org]. Detailed instructions to [[Install under Debian]].
+
<s>Debian packages are available from the repository at [http://debian.tryphon.org/ debian.tryphon.org]. Detailed instructions to [[Install under Debian]].</s>
  
 
==== Ubuntu ====
 
==== Ubuntu ====
 
Ubuntu packages are available from the repository at [http://debian.tryphon.org/ debian.tryphon.org].  Detailed instructions are available [[Rivendell on Ubuntu-Tryphon | here]].
 
  
<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.
+
<s>Ubuntu packages are available from the repository at [http://debian.tryphon.org/ debian.tryphon.org].  Detailed instructions are available [[Rivendell on Ubuntu-Tryphon | here]].</s>
 +
 
 +
<s><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.</s>
  
 
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].
 
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].
  
==== Other linux distros ====
+
==== Other Linux Distributions ====
 
   
 
   
 
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].
 
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 ====
 
==== Duplicating an installed machine for rollout ====
  
 
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)]]
 
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)]]

Revision as of 15:45, 16 September 2020

NOTICE: As of Mid 2020, this article contains some out-of-date information. Please update it with more current details if you have them.


RHEL/CentOS

CentOS is the “reference” operating system distribution for Rivendell. All feature development and bug fixes are conducted on CentOS.

This web page (maintained by Paravel Systems) contains detailed instructions for installing Rivendell version 3 on CentOS version 7.

Ubuntu Xenial (16.04)

Rivendell can be compiled / installed onto a Ubuntu machine. The instructions to do so can be found here.

Debian 8 (Jessie)

Rivendell can be compiled / installed onto a Debian 8 (Jessie) machine. Just follow these instructions.

Debian 9 (Stretch)

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

Debian 10 (Buster)

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


Downloading Rivendell Source from GitHub

Visit the Github repository to clone or download the Rivendell source code. You can also visit the releases page to download an archive of the stable source code.

Compiling Rivendell from Source

See Compiling Rivendell from Source


Old outdated things

All information below is out of date and needs to be updated (22nd Feb 2018)

Debian

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 debian.tryphon.org. Detailed instructions to Install under Debian.

Ubuntu

Ubuntu packages are available from the repository at debian.tryphon.org. Detailed instructions are available here.

The easiest way to install Rivendell using Ubuntu is to use the RRAbuntu Live CD installer. You can also test it out without installing the software.

A complete guide for installing Rivendell on Ubuntu 11.04 can be found here.

Other Linux Distributions

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 Rivendell website in the download section.

Duplicating an installed machine for rollout

See Duplicating an installed machine for rollout (.deb/dpkg based distros like Ubuntu, Debian, Linux Mint)