{"id":11673,"date":"2019-09-04T07:33:44","date_gmt":"2019-09-04T05:33:44","guid":{"rendered":"https:\/\/nzbusenet.com\/install-sickrage-ubuntu-via-the-command-line\/"},"modified":"2023-07-23T12:28:43","modified_gmt":"2023-07-23T10:28:43","slug":"install-sickrage-ubuntu","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/install-sickrage-ubuntu\/","title":{"rendered":"Installing SickRage Ubuntu via the command line tutorial"},"content":{"rendered":"\n<figure class=\"wp-block-image is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"111\" src=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/05\/sickrage-handleiding-250x111.png\" alt=\"Install SickRage Ubuntu logo\" class=\"wp-image-4816\" title=\"\" srcset=\"https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/05\/sickrage-handleiding-250x111.png 250w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/05\/sickrage-handleiding-150x67.png 150w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/05\/sickrage-handleiding-369x164.png 369w, https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/05\/sickrage-handleiding.png 400w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/figure>\n\n<p>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.<\/p>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<h2 class=\"wp-block-heading\">Prepare SickRage installation<\/h2>\n\n<p>We will be the first to update the repositories.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get update<\/p>\n<\/blockquote>\n\n<p>We will then update all software.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get upgrade -y<\/p>\n<\/blockquote>\n\n<p>Now we are going to install the required software for SickRage. If this has not yet been done.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install libxslt1-dev libxslt1.1 libxml2-dev libxml2 libssl-dev libffi-dev python-pip python-dev libssl-dev git -y<\/p>\n<\/blockquote>\n\n<p>Now we will install the Unrar software.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install build-essential -y<br \/>wget http:\/\/www.rarlab.com\/rar\/unrarsrc-5.3.3.tar.gz<br \/>tar -xvf unrarsrc-5.3.3.tar.gz<br \/>cd unrar<br \/>sudo make -f makefile<br \/>sudo install -v -m755 unrar \/usr\/bin<\/p>\n<\/blockquote>\n\n<p>We also need to install pyOpenSSL.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo pip intall pyeopenssl==0.14<\/p>\n\n\n\n<p>If you get an error message try the command bellow.<\/p>\n\n\n\n<p>sudo pip install pyopenssl==0.13.1<\/p>\n<\/blockquote>\n\n<h2 class=\"wp-block-heading\">Install SickRage<\/h2>\n\n<p>Now we will download SickRage.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo git clone https:\/\/github.com\/SickRage\/SickRage.git \/opt\/sickrage<\/p>\n<\/blockquote>\n\n<p>Now your own user. Give rights to the SickRage folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chown username:username -R \/opt\/sickrage<\/p>\n<\/blockquote>\n\n<p>Now we are going to see if SickRage can be started.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>python \/opt\/sickrage\/SickBeard.py -d<\/p>\n<\/blockquote>\n\n<p>When SickRage has started. Then you can approach SickRage via http:\/\/lokaal-ip-adres:8081<\/p>\n\n<h2 class=\"wp-block-heading\">Start SickRage automatically<\/h2>\n<div class='code-block code-block-8' style='margin: 8px 0; clear: both; width: 700px; height: 250px;'>\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-4833496329174552\"\n     crossorigin=\"anonymous\"><\/script>\n<!-- nzbusenetinberichten2021 -->\n<ins class=\"adsbygoogle\"\n     style=\"display:inline-block;width:700px;height:250px\"\n     data-ad-client=\"ca-pub-4833496329174552\"\n     data-ad-slot=\"6745544931\"><\/ins>\n<script>\n     (adsbygoogle = window.adsbygoogle || []).push({});\n<\/script><\/div>\n\n\n<p>We are going to make a script. So that SickRage starts automatically during the start-up of Ubuntu.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/etc\/default\/sickrage<\/p>\n<\/blockquote>\n\n<p>Paste the following script here. Beware! At the <strong>Username Use<\/strong>Your own Ubuntu username.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>SR_USER=username<br \/>SR_HOME=\/opt\/sickrage<br \/>SR_DATA=\/opt\/sickrage<br \/>SR_PIDFILE=\/home\/username\/.sickrage.pid<\/p>\n<\/blockquote>\n\n<p>Now we are going to copy the SickRage startup script.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo cp \/opt\/sickrage\/init.ubuntu \/etc\/init.d\/sickrage<\/p>\n<\/blockquote>\n\n<p>Now the SickRage script. Make<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chmod +x \/etc\/init.d\/sickrage<\/p>\n<\/blockquote>\n\n<p>Now update the script.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo update-rc.d sickrage defaults<\/p>\n<\/blockquote>\n\n<p>If everything went well. Then you can do the following to start SickRage.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo service sickrage start<\/p>\n<\/blockquote>\n\n<p>And if you want to make sure it works. Then restart your computer.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo reboot<\/p>\n\n\n\n<p><\/p>\n<\/blockquote>\n\n<p>The installation of SickRage, is now ready.<\/p>\n\n<p><strong>Sickrage Ubuntu tutorial<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/sickrage-tutorial\/\">SickRage tutorial<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/install-sickrage-ubuntu\/\">SickRage Ubuntu Installing<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>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 <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/install-sickrage-ubuntu\/\" title=\"Installing SickRage Ubuntu via the command line tutorial\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":50295,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[728],"tags":[],"class_list":{"0":"post-11673","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-sickrage-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2016\/05\/SickRage-installeren-Ubuntu.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/11673","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/users\/12223"}],"replies":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/comments?post=11673"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/11673\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/50295"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=11673"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=11673"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=11673"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}