Automated Installation - alastairtech/rivendell GitHub Wiki

Installing a fresh copy of Rivendell on Raspberry Pi OS (armhf and arm64) and Debian Buster (armhf, arm64 and amd64) isn't too hard. We have made an automated install script that will install Rivendell for the current sudo user, configure audio storage and set up a blank database. This will also install the required dependencies to build Rivendell from source should the need occur. This process will also install our repository for future updates and the Debian Multimedia Packages repository, as some required audio codecs are no longer included in Debian Buster by default.


NOTE

Debian 11 Bullseye has been released as the new stable version. The installation will not work due to the removal of the QT4 packages.

Raspberry Pi users can use the Debian 10 Buster based Raspberry Pi OS Legacy image from raspberrypi.org.

Users of other ARM based hardware can usually find Debian 10 Buster images from armbian.com.

Users of AMD64 packages, please download a Debian 10 Buster iso from debian.org.


Make sure you have wget and curl installed before running the install process.

Run this command in a terminal to start the automated install process.

curl -L https://raw.githubusercontent.com/edgeradio993fm/scripts/master/install.sh | sudo bash

Post install you should run rdadmin to generate/configure your host settings.