blob: ff5544c042c51a13bf585f38bb122dc28e9a96cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Please read http://tt-rss.org/redmine/wiki/tt-rss/InstallationNotes
Once you have configured TT-RSS, put the path to this instance into
the INSTANCE_DIRS variable in /etc/conf.d/ttrssd. Make sure that
the ttrssd user can access the path, and then start the update daemon
with
/etc/init.d/ttrssd start
to get your feeds updated. Add the daemon to your default runlevel,
so that it gets launched after a system restart:
rc-update add ttrssd default
|