Thursday, January 27, 2022

How To install Medusa On Ubuntu 20.04

in This Tutorial you will learn "How To install Medusa - Automatic Video Library Manager On Ubuntu 20.04"
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
Offcial website - https://pymedusa.com/
Github :- https://github.com/pymedusa/Medusa
_________________________________________________________________________________________
Server - Os:  Ubuntu 20.04.3 LTS 64Bit        | IP -192.168.1.80            |Hostname -  ubuntu.example.com
_________________________________________________________________________________________
lsb_release -d ; hostname -I ; hostname

addgroup --system medusa
adduser --disabled-password --system --home /var/lib/medusa --gecos "Medusa" --ingroup medusa medusa

mkdir /opt/medusa && sudo chown medusa:medusa /opt/medusa
git clone https://github.com/pymedusa/Medusa.git /opt/medusa
chown -R medusa:medusa /opt/medusa

cp -v /opt/medusa/runscripts/init.systemd /etc/systemd/system/medusa.service
chown root:root /etc/systemd/system/medusa.service ; chmod 644 /etc/systemd/system/medusa.service
systemctl enable medusa ; systemctl start medusa ; systemctl status medusa
http://127.0.0.1:8081
__________________________________________________________________________________________

No comments:

Post a Comment