Categorieën: SickRage tutorial

Installing SickRage Ubuntu via the command line tutorial

in this Install SickRage Ubuntu tutorial We are going to install SickRage on a Ubuntu system. We do this via the command line. If you have made a connection to your Ubuntu system. Then we will do the following.

Prepare SickRage installation

We will be the first to update the repositories.

sudo apt-get update

We will then update all software.

sudo apt-get upgrade -y

Now we are going to install the required software for SickRage. If this has not yet been done.

sudo apt-get install libxslt1-dev libxslt1.1 libxml2-dev libxml2 libssl-dev libffi-dev python-pip python-dev libssl-dev git -y

Now we will install the Unrar software.

sudo apt-get install build-essential -y
wget http://www.rarlab.com/rar/unrarsrc-5.3.3.tar.gz
tar -xvf unrarsrc-5.3.3.tar.gz
cd unrar
sudo make -f makefile
sudo install -v -m755 unrar /usr/bin

We also need to install pyOpenSSL.

sudo pip intall pyeopenssl==0.14

If you get an error message try the command bellow.

sudo pip install pyopenssl==0.13.1

Install SickRage

Now we will download SickRage.

sudo git clone https://github.com/SickRage/SickRage.git /opt/sickrage

Now your own user. Give rights to the SickRage folder.

sudo chown username:username -R /opt/sickrage

Now we are going to see if SickRage can be started.

python /opt/sickrage/SickBeard.py -d

When SickRage has started. Then you can approach SickRage via http://lokaal-ip-adres:8081

Start SickRage automatically

We are going to make a script. So that SickRage starts automatically during the start-up of Ubuntu.

sudo nano /etc/default/sickrage

Paste the following script here. Beware! At the Username UseYour own Ubuntu username.

SR_USER=username
SR_HOME=/opt/sickrage
SR_DATA=/opt/sickrage
SR_PIDFILE=/home/username/.sickrage.pid

Now we are going to copy the SickRage startup script.

sudo cp /opt/sickrage/init.ubuntu /etc/init.d/sickrage

Now the SickRage script. Make

sudo chmod +x /etc/init.d/sickrage

Now update the script.

sudo update-rc.d sickrage defaults

If everything went well. Then you can do the following to start SickRage.

sudo service sickrage start

And if you want to make sure it works. Then restart your computer.

sudo reboot

The installation of SickRage, is now ready.

Sickrage Ubuntu tutorial

  1. SickRage tutorial.
  2. SickRage Ubuntu Installing.
Admin

Gepubliceerd door
Admin

Recente berichten

Anonynews Usenet provider

In this Anonynews Usenet review, we look at the key features, performance, and costs of…

3 days geleden

What are the benefits of Prowlarr with Sonarr

Prowlarr is a powerful tool that, in combination with Sonarr, provides an optimized and automated…

1 month geleden

Ngroups Usenet provider

Ngroups is a well-known name in the Usenet world and is often cited as a…

2 months geleden

Giganews Usenet provider review

Giganews is one of the oldest and best-known Usenet providers in the world. The company…

2 months geleden

QuickSFV gedownloade bestanden controleren met SFV files

Very occasionally, it's necessary to check files with Quicksfv. This happens when there are no…

3 months geleden

What is the best newsreader?

The term "best newsreader" is often used, but rarely explained properly. Because what constitutes "the…

3 months geleden

Deze website gebruikt cookies.