fredag 16 oktober 2015

CouchPotatoServer on Raspberry Pi



sudo apt-get install -y git-core

sudo mkdir /opt/couchpotato/

sudo git clone https://github.com/CouchPotato/CouchPotatoServer /var/lib/CouchPotatoServer

sudo nano /etc/default/couchpotato
CP_USER=root

sudo cp /var/lib/CouchPotatoServer/init/couchpotato.service /etc/systemd/system/couchpotato.service

Update the systemd config file with your user and path to CouchPotato.py

sudo systemctl enable couchpotato

 sudo service couchpotato start

#Uninstall
sudo systemctl disable couchpotato
sudo rm /etc/systemd/system/couchpotato.service
sudo rm -R /var/lib/CouchPotatoServer

#Check for startup scripts
ls -l /etc/rc*.d |grep Couch

#Source:
#https://couchpota.to/#linux

Inga kommentarer:

Skicka en kommentar