Install FreshRSS – RSS feed aggregator – on Windows

HomeOther ContentInstall FreshRSS – RSS feed aggregator – on Windows
Install FreshRSS - RSS feed aggregator - on Windows
Install FreshRSS – RSS feed aggregator – on Windows
#FreshRSS #RSS #Windows

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

————————————————– ——————-
What is FreshRSS?
————————————————– ——————-
FreshRSS is a self-hosted RSS feed aggregator. It's lightweight, easy to use, powerful and customizable. – https://github.com/FreshRSS/FreshRSS

————————————————– ——————-
Facility
————————————————– ——————-
01. Download XAMPP https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/
02. Download FreshRSS https://github.com/FreshRSS/FreshRSS/releases/latest
03. Download Microsoft Visual C https://aka.ms/vs/16/release/vc_redist.x64.exe
04. Install Microsoft Visual C
05. Right-click on 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 into the XAMPP/htdocs directory
09. Copy the extracted XAMPP directory to a safe location to run it 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 SHIFT and right-click in the white space. Open PowerShell windows here…
15. Type the following in the PowerShell window to configure the database
.//mysql -u root
CREATE DATABASE freshrss DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE USER 'freshrss_rw'@'localhost' IDENTIFIED BY 'Fr3s4RS!!';
GRANT EVERYTHING 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 next step button
19. Complete the database configuration form as follows
Database type: MySQL
Host: mariadb
Database username: freshrss_rw
Database password: Fr3s4RS!!
Database: Freshrss
Table prefix:
20. Click the Go to next step button
21. Enter a username and password Click Submit
22. Click the Finish Installation button
23. Log in with previously created username and password
24. Welcome to FreshRSS

### Connect with me and others ###
Discord: https://discord.com/invite/EzenvmSHW8
Reddit: https://reddit.com/r/i12bretro
Twitter: https://twitter.com/i12bretro

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *