Install FreshRSS - RSS Feed Aggregator - on Windows

Channel:
Subscribers:
14,500
Published on ● Video Link: https://www.youtube.com/watch?v=u_iQufgPkMo



Duration: 4:03
2,019 views
38


#FreshRSS #RSS #Windows

Full steps can be found at https://i12bretro.github.io/tutorials...

--------------------------------------------------------------------
What is FreshRSS?
--------------------------------------------------------------------
FreshRSS is a self-hosted RSS feed aggregator. It is lightweight, easy to work with, powerful, and customizable. - https://github.com/FreshRSS/FreshRSS
 
--------------------------------------------------------------------
Installation
--------------------------------------------------------------------
   01. Download XAMPP  https://sourceforge.net/projects/xamp...
   02. Download FreshRSS  https://github.com/FreshRSS/FreshRSS/...
   03. Download Microsoft Visual C++  https://aka.ms/vs/16/release/vc_redis...
   04. Install Microsoft Visual C++
   05. Right click the downloaded XAMPP file ≫ Extract All...
   06. Right click the downloaded FreshRSS.zip file ≫ Extract All...
   07. Rename the extracted folder freshrss
   08. Cut the freshrss folder inside the XAMPP/htdocs directory
   09. Copy the extracted XAMPP directory to a safe location to run from, C:\Program Files for example
   10. Run XAMPP/setup_xampp.bat to update the configuration files with the new server location
   11. Run XAMPP/xampp-control.exe
   12. Click the Start button next to Apache and MySQL
   13. Navigate to XAMPP/mysql/bin
   14. Hold the SHIFT key and right click in the white space ≫ Open PowerShell windows here...
   15. Type the following in the PowerShell window to setup the database
         .\mysql -u root
         CREATE DATABASE freshrss DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
         CREATE USER 'freshrss_rw'@'localhost' IDENTIFIED BY 'Fr3s4R$S!!';
         GRANT ALL ON freshrss.* TO 'freshrss_rw'@'localhost';
         FLUSH PRIVILEGES;
         exit;
   16. Open a web browser and navigate to http://DNSorIP:8089
   17. Select a Language ≫ Click Submit
   18. Click the Go to the next step button
   19. Complete the database configuration form as follows
         Type of database: MySQL
         Host: mariadb
         Database username: freshrss_rw
         Database password: Fr3s4R$S!!
         Database: freshrss
         Table prefix:
   20. Click the Go to the next step button
   21. Enter a username and password ≫ Click Submit
   22. Click the Complete Installation button
   23. Login with the username and password created earlier
   24. Welcome to FreshRSS
 


Connect with me and others ###
★ Discord:   / discord  
★ Reddit:   / i12bretro  
★ Twitter:   / i12bretro  







Tags:
Browser Based
FreshRSS
FressRSS Installation Tutorial
Home Lab
Home Lab Ideas
Homelab
How To
How To Install FreshRSS On Windows
Install Guide
Microsoft Windows
MySQL
PHP
RSS Aggregator
RSS Feed Manager
Self-Hosted
Tutorial
Web Based
Web Based Tools
Windows
XAMPP
i12bretro