3d00290
$id$
3d00290
3d00290
Before installing prewikka, make sure the Prelude Framework 
3d00290
(libprelude + libpreludedb with python bindings) is installed. 
3d00290
3d00290
Prewikka receives its input from a database which has to be 
3d00290
created in advance. For a MySQL-Database this could be done like 
3d00290
this:
3d00290
3d00290
* mysql> CREATE database prewikka;
3d00290
* mysql> GRANT ALL PRIVILEGES ON prewikka.* TO prewikka@'localhost' \
3d00290
 IDENTIFIED BY 'password';
3d00290
* $ mysql -u prewikka prewikka -p < /usr/share/prewikka/database/mysql.sql
3d00290
3d00290
PostgreSQL and SQLite3 setup works similar. Afterwards, put all the relevant 
3d00290
information into the prewikka.conf file and install the corresponding
3d00290
libpreludedb-mysql/pgsql/sqlite package from the yum repository.
3d00290
3d00290
Please also note, that you have to customize your webserver setup before 
3d00290
you could use prewikka.  
3d00290
3d00290
For deatiled setup instructions, please read:
3d00290
https://trac.prelude-ids.org/wiki/InstallingPrewikka
3d00290
3d00290
For further Questions, regarding the Fedora Setup, mail to: 
3d00290
Thorsten Scherf <tscherf@redhat.com>
3d00290