jilo-web/README.md

26 lines
766 B
Markdown

# Jilo Web
Jilo Web is a PHP web interface to Jilo (JItsi Logs Observer).
To have a working installation, in addition to the code here you need a jilo database file, generated by Jilo.
## demo
To see a demo install, go to https://work.lindeas.com/jilo-web-demo/
## requirements
- web server (deb: apache | nginx)
- php support in the web server (deb: php-fpm | libapache2-mod-php)
- pdo and pdo_sqlite support in php (deb: php-db, php-sqlite3) uncomment in php.ini: ;extension=pdo_sqlite
## config
- edit jilo-web.conf.php and set all the variables correctly
- "database" is the sqlite db file for jilo-web itself, create it with `cat jilo-web.schema | sqlite3 jilo-web.db`
- "jilo_database" is the sqlite db file for jilo, with data from the Jitsi logs