jilo-web/README.md

26 lines
766 B
Markdown
Raw Permalink Normal View History

# Jilo Web
2024-06-28 15:03:43 +00:00
2024-07-07 09:30:57 +00:00
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.
2024-07-03 06:37:35 +00:00
2024-07-06 16:37:39 +00:00
## 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