www-apps/tt-rss/files/postinstall-en-with-daemon.txt
changeset 75 70eb8924b719
equal deleted inserted replaced
61:47675f6649b5 75:70eb8924b719
       
     1 Please read http://tt-rss.org/redmine/wiki/tt-rss/InstallationNotes
       
     2 
       
     3 Once you have configured TT-RSS, put the path to this instance into
       
     4 the INSTANCE_DIRS variable in /etc/conf.d/ttrssd. Make sure that
       
     5 the ttrssd user can access the path, and then start the update daemon
       
     6 with
       
     7 
       
     8   /etc/init.d/ttrssd start
       
     9 
       
    10 to get your feeds updated. Add the daemon to your default runlevel,
       
    11 so that it gets launched after a system restart:
       
    12 
       
    13   rc-update add ttrssd default
       
    14 
       
    15 
       
    16 With the update to 1.7.0 the 'magpie' RSS parser has been removed.
       
    17 That means TT-RSS will use the 'simplepie' parser. If you have been
       
    18 using 'magpie' so far, the switch might cause lots of duplicate
       
    19 articles - it's a one-time thing for each instance.