{"id":10060,"date":"2019-06-13T15:02:56","date_gmt":"2019-06-13T13:02:56","guid":{"rendered":"https:\/\/nzbusenet.com\/installing-spotweb-ubuntu\/"},"modified":"2023-07-23T12:41:40","modified_gmt":"2023-07-23T10:41:40","slug":"install-spotweb-ubuntu","status":"publish","type":"post","link":"https:\/\/nzbusenet.com\/en\/install-spotweb-ubuntu\/","title":{"rendered":"SpotWeb install Ubuntu to download NZB files"},"content":{"rendered":"\n<p>In this tutorial, install SpotWeb Ubuntu. Are we going to install SpotWeb on a computer with Ubuntu. This is going to be done via the command line.<\/p>\n\n<h2 class=\"wp-block-heading\">Install SpotWeb requirements<\/h2>\n\n<p><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<br \/>Before we start the installation of SpotWeb. We have to create a web server with PHP and MYSQL. Do you already have this? Then you can skipp this part.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install apache2 php5 php5-curl php5-gd php5-gmp<\/p>\n<\/blockquote>\n\n<p>Set the time zone.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo sed -i &#8220;s\/^;date.timezone =.*\/date.timezone = Europe\\\/Amsterdam\/&#8221; \/etc\/php5\/*\/php.ini<\/p>\n<\/blockquote>\n\n<p>Install the mysql database and php.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo apt-get install mysql-server mysql-client php5-mysql<\/p>\n<\/blockquote>\n\n<p>You are now done with the requirements for SpotWeb.<\/p>\n\n<h2 class=\"wp-block-heading\">Installing SpotWeb Ubuntu<\/h2>\n\n<p>Now we just have to create a database and user. Before we can install SpotWeb.<\/p>\n\n<p>Login to mysql<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>mysql -u root -p<\/p>\n<\/blockquote>\n\n<p>Now have to create a database with user<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>CREATE DATABASE spotweb;<br \/>GRANT ALL PRIVILEGES ON spotweb.* TO &#8220;spotweb&#8221;@&#8221;localhost&#8221; IDENTIFIED BY &#8220;DB_pas_mij_aan&#8221;;<br \/>\\q<\/p>\n<\/blockquote>\n\n<p>Install and download SpotWeb.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>wget https:\/\/github.com\/spotweb\/spotweb\/tarball\/master<br \/>tar -xvzf master<br \/>sudo mv spotweb-spotweb-* \/var\/www\/spotweb<br \/>rm master<\/p>\n<\/blockquote>\n\n<h2 class=\"wp-block-heading\">configure SpotWeb<\/h2>\n\n<p><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<br \/>You can now access SpotWeb via your browser to configure SpotWeb that can be done via http: \/\/localhost\/spotweb\/install.php Or via an ip address such as http: \/\/192.168.1.65spotweb\/install.php<\/p>\n\n<p>Everything must be OK, except for these two <strong>Own settings<\/strong> file and <strong>DB :: pgsql<\/strong>, these can also be <strong>NOT OK<\/strong>. <strong> Next<\/strong>.<\/p>\n\n<p>Enter the password that you also used with the SpotWeb database. And created the user. Then choose <strong>Verify database<\/strong>.<\/p>\n\n<p>The information below can often be found in the email from your Usenet Provider.<br \/>Usenet server: Enter the address of your news server here.<br \/>username: Enter your user name for your news server here.<br \/>password: Enter the password of your news server here.<br \/>Now choose <strong>Verify usenet server<\/strong>.<\/p>\n\n<p>Choose the <strong>Spotweb authentication type<\/strong> that suits you best.<br \/>Enter the <strong>Administrative user<\/strong>.<br \/>Choose <strong>Create system<\/strong>.<\/p>\n\n<p>You now only have to adjust the database settings.<\/p>\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>sudo nano \/var\/www\/spotweb\/dbsettings.inc.php<\/p>\n<\/blockquote>\n\n<p>Copy the database settings here under the heading &#8220;<?php \", PAS OP: inclusief het genoemde kopje! Edit de onderstaande file en \"plak\" hier de database settings in<\/div??><\/p>\n\n<p>You have now completed. The installation of SpotWeb.<\/p>\n\n<p><strong>SpotWeb Ubuntu tutorial<\/strong><\/p>\n\n<ol class=\"wp-block-list\">\n<li><a href=\"https:\/\/nzbusenet.com\/en\/spotweb-tutorial\/\">SpotWeb tutorial<\/a>.<\/li>\n\n\n\n<li><a href=\"https:\/\/nzbusenet.com\/en\/install-spotweb-ubuntu\/\">SpotWeb Ubuntu installing<\/a>.<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>In this tutorial, install SpotWeb Ubuntu. Are we going to install SpotWeb on a computer with Ubuntu. This is going to be done via the command line. Install SpotWeb requirements Before we start the installation <a class=\"mh-excerpt-more\" href=\"https:\/\/nzbusenet.com\/en\/install-spotweb-ubuntu\/\" title=\"SpotWeb install Ubuntu to download NZB files\">[&#8230;]<\/a><\/p>\n<\/div>","protected":false},"author":12223,"featured_media":50689,"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":[733],"tags":[],"class_list":{"0":"post-10060","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-spotweb-tutorial"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/nzbusenet.com\/wp-content\/uploads\/2014\/02\/SpotWeb-installeren-Ubuntu-om-NZB-bestanden-te-downloaden.gif","_links":{"self":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10060","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=10060"}],"version-history":[{"count":0,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/posts\/10060\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media\/50689"}],"wp:attachment":[{"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/media?parent=10060"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/categories?post=10060"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nzbusenet.com\/en\/wp-json\/wp\/v2\/tags?post=10060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}