Subversion Repositories logviewer

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
 
5 daniel-mar 2
1. Import logviewer.sql into your MySQL database
2 daniel-mar 3
 
4
2. Add MySQL login information to db.inc.php
5
 
6
3. Either edit auth.inc.php if you have a authentification/permission infrastructure, or create a simple .htaccess/.htpasswd protection.
7
 
8
4. Add backend/insert_logs into crontab, letting it run every 10 minutes, e.g. following entry in /etc/crontab
9
   */10    *      *   *   *      root          /.../logviewer/backend/insert_logs > /dev/null
10
 
11
5. Modify config.inc.php
12