PeerTube RPM installer

Bonjour! Hello, I have created a PeerTube RPM installer. The source code for my RPM project on Github called « pbase-foundation » has packages that make it easy to install PeerTube, and other application stacks. It requires a Red Hat Enterprise Linux 8, or CentOS 8 server.

With just a few yum install commands you can install a PeerTube instance. For example:

echo "peertube" > /root/DEFAULT_SUB_DOMAIN.txt
echo "myrealemailaddr@myemail.com" > /root/DEFAULT_EMAIL_ADDRESS.txt

yum -y install https://pbase-foundation.com/pbase-repo.rpm
yum -y install activpb-preconfig-postgres-peertube
yum -y install pbase-postgres
yum -y install activpb-peertube