{"id":10049,"date":"2019-06-11T10:23:19","date_gmt":"2019-06-11T08:23:19","guid":{"rendered":"https:\/\/nzbusenet.com\/install-couchpotato-debian-via-the-command-line\/"},"modified":"2023-07-22T14:02:03","modified_gmt":"2023-07-22T12:02:03","slug":"couchpotato-install-debian","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/couchpotato-install-debian\/","title":{"rendered":"Install CouchPotato Debian via the command line"},"content":{"rendered":"\n<p>In this Install CouchPotato Debian tutorial. We are going to install CouchPotato via the command line. If CouchPotato is installed. Then movies are automatically downloaded from the newsgroups. As soon as the desired <span class=\"st\">quality of the movie<\/span> is available.<\/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\">Install CouchPotato required software<\/h2>\n\n<p>We need to install the required software for CouhPotato. Otherwise CouchPotato cannot function properly.<\/p>\n\n<p>We have to. Start doing an update.<\/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>Now we go. Install the required software.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install git-core libffi-dev libssl-dev zlib1g-dev libxslt1-dev libxml2-dev python python-pip python-dev build-essential -y<\/p>\n<\/blockquote>\n\n<p>Now we have to install the other required software. For CouchPotato.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo pip install lxml cryptography pyopenssl<\/p>\n<\/blockquote>\n\n<p>We will now download and install CouchPotato. To the hidden couchpotato folder.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>git clone https:\/\/github.com\/RuudBurger\/CouchPotatoServer.git .\/couchpotato<\/p>\n<\/blockquote>\n\n<p>Set rights correctly on the couchpotato folder. Note: adjust user name to your own user name.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo chown -R username:username .\/couchpotato<\/p>\n<\/blockquote>\n\n<p>Now we have to check. Whether CouchPotato can be started.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>python .\/couchpotato\/CouchPotato.py &#8211;daemon<\/p>\n<\/blockquote>\n\n<p>You are now done installing CouchPotato.<\/p>\n\n<p>You can now access CouchPotato through your browser. By opening the following page: http: \/\/ ip-address: 5050<\/p>\n\n<h2 class=\"wp-block-heading\">Start CouchPotato automatically<\/h2>\n\n<p>It is of course handy. That CouchPotato is started. While booting. We are going to arrange that now<\/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<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/etc\/default\/couchpotato<\/p>\n<\/blockquote>\n\n<p>Copy and paste the following into this file. And adjust the username twice here. To that of your own Debian username.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>CP_HOME=.\/couchpotato<br \/>CP_USER=username<br \/>CP_PIDFILE=\/home\/username\/.couchpotato.pid<br \/>CP_DATA=.\/couchpotato<\/p>\n<\/blockquote>\n\n<p>Now copy the Init.d script.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo cp .\/couchpotato\/init\/ubuntu \/etc\/init.d\/couchpotato<\/p>\n<\/blockquote>\n\n<p>We have to make the script executable.<\/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\/couchpotato<\/p>\n<\/blockquote>\n\n<p>We must activate 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 \/etc\/init.d\/couchpotato defaults<\/p>\n<\/blockquote>\n\n<p>Now, to be sure, test whether it works. You do this by restarting the computer.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo reboot<\/p>\n<\/blockquote>\n\n<p>You are now completely done with the installation of CouchPotato on Debian.<\/p>\n\n<p><strong>Debian CouchPotato tutorial<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/couchpotato-tutorial-overview\/\">CouchPotato tutorials<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/couchpotato-install-debian\/\" target=\"_blank\" rel=\"noopener noreferrer\">Install CouchPotato Debian<\/a> .<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/debian-cocuhpotato-configure-with-nzbget-to-download\/\" target=\"_blank\" rel=\"noopener noreferrer\">NBZGet configure with CoucPotato Debian<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/couchpotato-debian-movies-download\/\" target=\"_blank\" rel=\"noreferrer noopener\">Debian CouhPotato movies download<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this Install CouchPotato Debian tutorial. We are going to install CouchPotato via the command line. If CouchPotato is installed. Then movies are automatically downloaded from the newsgroups. As soon as the desired quality of <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/couchpotato-install-debian\/\" title=\"Install CouchPotato Debian via the command line\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":49510,"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":[562],"tags":[],"class_list":{"0":"post-10049","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-couchpotato-tutorial-overview"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2018\/01\/CouchPotato-installeren-Debian.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10049","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=10049"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10049\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/49510"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=10049"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=10049"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=10049"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}