Jelajahi Sumber

0234: Install FreshRSS - RSS Feed Aggregator - on Windows

i12bretro 1 tahun lalu
induk
melakukan
8f458ea84d
1 mengubah file dengan 74 tambahan dan 0 penghapusan
  1. 74 0
      0234.html

+ 74 - 0
0234.html

@@ -0,0 +1,74 @@
+    <!DOCTYPE html>
+    <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
+      <head>
+        <title>Install FreshRSS - RSS Feed Aggregator - on Windows</title>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta charset="UTF-8">
+        <meta name="keywords" content="Browser Based,Home Lab,Home Lab Ideas,Install Guide,Self-Hosted,Web Based,Web Based Tools,FreshRSS,FressRSS Installation Tutorial,Homelab,How To Install FreshRSS On Windows,MySQL,PHP,RSS Aggregator,RSS Feed Manager,Windows,Microsoft Windows,XAMPP,How To,Tutorial,i12bretro">
+        <meta name="author" content="i12bretro">
+        <meta name="description" content="Install FreshRSS - RSS Feed Aggregator - on Windows">
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="revised" content="10/15/2023 09:23:25 AM" />
+				          <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
+				  <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
+				        <script type="text/javascript" src="includes/js/steps.js"></script>
+        <link href="css/steps.css" rel="stylesheet" type="text/css" />
+      </head>
+      <body>
+        <div id="gridContainer">
+          <div class="topMargin"></div>
+          <div id="listName" class="topMargin">
+            <h1>Install FreshRSS - RSS Feed Aggregator - on Windows</h1>
+          </div>
+          <div></div>
+          <div id="content">
+          <h2>What is FreshRSS?</h2>
+
+<blockquote><em>FreshRSS is a self-hosted RSS feed aggregator. It is lightweight, easy to work with, powerful, and customizable. -<a href="https://github.com/FreshRSS/FreshRSS" target="_blank">https://github.com/FreshRSS/FreshRSS</a></em></blockquote>
+
+<h2>Installation</h2>
+
+<ol>
+	<li>Download XAMPP <a href="https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/" target="_blank">Download</a></li>
+	<li>Download FreshRSS <a href="https://github.com/FreshRSS/FreshRSS/releases/latest" target="_blank">Download</a></li>
+	<li><label for="cb_li_917989_0">Download Microsoft Visual C++ </label><label for="cb_li_917989_0"><a href="https://aka.ms/vs/16/release/vc_redist.x64.exe" target="_blank">Download</a></label></li>
+	<li>Install Microsoft Visual C++</li>
+	<li>Right click the downloaded XAMPP file &gt; Extract All...</li>
+	<li>Right click the downloaded FreshRSS.zip file &gt; Extract All...</li>
+	<li>Rename the extracted folder freshrss</li>
+	<li>Cut the freshrss folder inside the XAMPP/htdocs directory</li>
+	<li>Copy the extracted XAMPP directory to a safe location to run from, C:\Program Files for example</li>
+	<li>Run XAMPP/setup_xampp.bat to update the configuration files with the new server location</li>
+	<li>Run XAMPP/xampp-control.exe</li>
+	<li>Click the Start button next to Apache and MySQL</li>
+	<li>Navigate to XAMPP/mysql/bin</li>
+	<li>Hold the SHIFT key and right click in the white space &gt; Open PowerShell windows here...</li>
+	<li>Type the following in the PowerShell window to setup the database
+	<div class="codeBlock">.\mysql -u root<br />
+	CREATE DATABASE freshrss DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;<br />
+	CREATE USER &#39;freshrss_rw&#39;@&#39;localhost&#39; IDENTIFIED BY &#39;Fr3s4R$S!!&#39;;<br />
+	GRANT ALL ON freshrss.* TO &#39;freshrss_rw&#39;@&#39;localhost&#39;;<br />
+	FLUSH PRIVILEGES;<br />
+	exit;</div>
+	</li>
+	<li>Open a web browser and navigate to http://DNSorIP:8089</li>
+	<li>Select a Language &gt; Click Submit</li>
+	<li>Click the Go to the next step button</li>
+	<li>Complete the database configuration form as follows
+	<p>Type of database: MySQL<br />
+	Host: mariadb<br />
+	Database username: freshrss_rw<br />
+	Database password: Fr3s4R$S!!<br />
+	Database: freshrss<br />
+	Table prefix:</p>
+	</li>
+	<li>Click the Go to the next step button</li>
+	<li>Enter a username and password &gt; Click Submit</li>
+	<li>Click the Complete Installation button</li>
+	<li>Login with the username and password created earlier</li>
+	<li>Welcome to FreshRSS</li>
+</ol>          </div>
+        </div>
+      </body>
+    </html>
+