{"id":13685,"date":"2020-05-28T14:13:55","date_gmt":"2020-05-28T12:13:55","guid":{"rendered":"https:\/\/nzbusenet.com\/install-debian-couchpotato-without-graphical-interface\/"},"modified":"2023-07-21T16:46:23","modified_gmt":"2023-07-21T14:46:23","slug":"debian-couchpotato-install-without-graphical-interface","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/debian-couchpotato-install-without-graphical-interface\/","title":{"rendered":"Install Debian CouchPotato without graphical interface"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">In this tutorial Debian CouchPotato install. We&#8217;re going to install CouchPotato on a Debian system. If we installed and configured CouchPotato. Then your movies will be downloaded automatically, from the newsgroups. With the preferences. Which you specified yourself during the configuration of CouchPotato.<\/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\">CouchPotato supplies install Debian<\/h2>\n\n<p class=\"wp-block-paragraph\">We&#8217;re going to install the necessary software for CouhPotato now. Otherwise CouchPotato cannot function properly.<\/p>\n\n<p class=\"wp-block-paragraph\">We need to do an update now.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo apt-get update<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Now we&#8217;re going to install the necessary software.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">Now we have to install the other required software.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo pip install lxml cryptography pyopenssl<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">We will now download and install CouchPotato. To the hidden folder &#8220;couchpotato&#8221;. The point ensures that the folder is hidden&#8221;.\/couchpotato&#8221;.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">git clone https:\/\/github.com\/RuudBurger\/CouchPotatoServer.git .\/couchpotato<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Now we have to put the techs on the couchpotato map. Beware! Customize <strong>your username<\/strong> to your own usage name here.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo chown -R username:username .\/couchpotato<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">python .\/couchpotato\/CouchPotato.py &#8211;daemon<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">You&#8217;re done with couchpotato installation on Debian.<\/p>\n\n<p class=\"wp-block-paragraph\">You can access CouchPotato via your internet browser.<\/p>\n\n<p class=\"wp-block-paragraph\">By opening the following page: http: \/\/ ip-address: 5050<\/p>\n\n<h2 class=\"wp-block-heading\">Automatic Start CouchPotato<\/h2>\n\n<p class=\"wp-block-paragraph\">It is of course handy. That CouchPotato is started. While starting your Debian system.<\/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 class=\"wp-block-paragraph\">sudo nano \/etc\/default\/couchpotato<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Copy and paste the following into this file. And adjust the username twice here. To your own Debian users name.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">CP_HOME=.\/couchpotato<br \/>CP_USER=username<br \/>CP_PIDFILE=\/home\/username\/.couchpotato.pid<br \/>CP_DATA=.\/couchpotato<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">sudo cp .\/couchpotato\/init\/ubuntu \/etc\/init.d\/couchpotato<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">Now we&#8217;re going to make the script doable.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo chmod +x \/etc\/init.d\/couchpotato<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">We must activate the script.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">sudo update-rc.d \/etc\/init.d\/couchpotato defaults<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">sudo reboot<\/p>\n<\/blockquote>\n\n<p class=\"wp-block-paragraph\">You are now completely done with the installation of CouchPotato on your Debian system.<\/p>\n\n<p class=\"wp-block-paragraph\">We need to start configuring CouchPotato now.<\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this tutorial Debian CouchPotato install. We&#8217;re going to install CouchPotato on a Debian system. If we installed and configured CouchPotato. Then your movies will be downloaded automatically, from the newsgroups. With the preferences. Which <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/debian-couchpotato-install-without-graphical-interface\/\" title=\"Install Debian CouchPotato without graphical interface\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":49109,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"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},"jetpack_post_was_ever_published":false},"categories":[562],"tags":[],"class_list":["post-13685","post","type-post","status-publish","format-standard","has-post-thumbnail","category-couchpotato-tutorial-overview"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2020\/03\/Debian-CouchPotato-installeren-zonder-grafische-interface.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/13685","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=13685"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/13685\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/49109"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=13685"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=13685"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=13685"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}