-
Notifications
You must be signed in to change notification settings - Fork 12
/
INSTALL
31 lines (19 loc) · 862 Bytes
/
INSTALL
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
PREQUISITES
***********
- PHP 5 (with enabled xslt support -> --with-xsl)
- The tidy extension (optional, if you don't want to tidy it, just comment it out in the sitemap)
- A database (only tested with mysql, but should work with others, too)
- MDB2 ( pear install MDB2)
- Cache (pear install Cache), if you want caching
INSTALLATION
************
- get it from http://github.com/chregu/planet-php/
- cp inc/config.inc.php-dist to inc/config.inc.php
- adjust the dsn parameter (and other config options if you want)
- make a "tmp" directory and make it writeable for the webserver
- import the db from div/db/mysql.sql
- import the feeds with the libs/scripts/aggregate.php script
- open the page ;)
- Administration has to be done via phpMyAdmin (or similar), just add your
RSS feeds to the feeds table. The rest should be done automatically.
.