freebsd-ports/www/rnews/pkg-message
Pav Lucistnik 9c4eb7ed58 Add rnews, a server-side RSS aggregator written in PHP using MySQL database.
PR:		ports/60527
Submitted by:	Vincent Tantardini <vinc@FreeBSD-fr.org>
2003-12-27 13:50:26 +00:00

18 lines
702 B
Plaintext

===============================================================
Rnews is now installed. You may have to follow this steps to
make it work correctly.
1: edit rnews_config.php to suit your site's configuration
2: create a database with the name you gave in rnews_config.inc
$ mysql -u root
mysql> CREATE DATABASE rnews_db;
mysql> quit
3: go to http://your.site/some/dir/rnews/
by default, the DocumentRoot variable of your httpd.conf
must be "%%PREFIX%%/www/"
If the configuration was done correctly, and php is able to
connect to the mysql server, you should be able to create a new
account and start adding rss sources!
===============================================================