This article will describe installing Tiny Tiny RSS which is a RSS reader running on server.
Table of Contents
1 Install mysql-server and php-mbstring
Install mysql-server which creates tt-rss database. Install php-mbstring which is used by tt-rss.
$ sudo apt install -y mysql-server php-mbstring
Input MySQL password.
Confirm MySQL password.
2 Install tt-rss
Install tt-rss which is Tiny Tiny RSS.
$ sudo apt install -y tt-rss
Configuration dialog is displayed.
Input tt-rss database password. This is different from MySQL password.
Confirm tt-rss database password.
Select httpd running tt-rss. This article will select apache2. Select apache2 with space key and press Enter key.
Input tt-rss URL. IP address can be used instead of server name.
http://<server>/tt-rss
Accessing URL displays the following page.
3 Change admin user password
Change admin user default password. Login to tt-rss with setting "Login:" to admin and "Password:" to password.
Click "Preferences" at upper right Actions.
Click admin user at Users tab.
Input admin user password and click Save.
4 Add user
Click "Create user" user at Users tab of "Preferences".
Input user name.
New user is added. Please set user pass password.
5 Add RSS
This article will use news from Linux Foundation.
http://www.linuxfoundation.jp/news-media/news/rss.xml
Click "Subscribe to feed" at upper right Actions. Input RSS URL.
After 1 minite, articles are added.