blob: e893c69363159b397c1671f958ddd66955d44c97 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
[
{ type: install
message: <<EOM
Tiny Tiny RSS is now installed, but it requires some additional setup.
You now need to create the DB used by Tiny Tiny RSS as its back-end:
create a database and a user, and source the script
%%WWWDIR%%/schema/ttrss_schema_%%DB%%.sql .
Then, you need to edit the configuration file
%%WWWDIR%%/config.php
You also need to add appropriate configuration directives to your apache
configuration file (%%PREFIX%%/etc/apache(2)/httpd.conf).
E.g., you could copy %%DATADIR%%/httpd-tt-rss.conf
to %%LOCALBASE%%/etc/apache22/Includes/ if using apache22.
Then, you should be able to check <http://localhost/tt-rss/> and
<http://localhost/tt-rss/mobile/> with a browser.
(the first time, the user is "admin", with the password "password")
And to update your feeds, you have to enable the daemon ttrssd in
/etc/rc.conf and start %%PREFIX%%/etc/rc.d/ttrssd . You may also add an entry
for /var/log/ttrssd.log in your /etc/newsyslog.conf .
Note: set `ttrssd_local_db="NO"' if your database is on another server.
Important note: after an upgrade, you have to set SINGLE_USER_MODE to true
in your config.php; remember to modify after that if needed. And your
DB_USER must be granted to ALTER any tables of your DB_NAME. And don't
forget to empty the cache of your browser!
Please read <https://git.tt-rss.org/fox/tt-rss/wiki/InstallationNotes> and
<https://git.tt-rss.org/fox/tt-rss/wiki/UpdatingFeeds> for important points.
EOM
}
]
|