1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/www/rnews/pkg-message

18 lines
702 B
Plaintext
Raw Normal View History

===============================================================
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!
===============================================================