Adds demo instance

main
Yasen Pramatarov 2024-07-06 19:37:39 +03:00
parent 2136700fc8
commit aa3992b94a
3 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,7 @@ All notable changes to this project will be documented in this file.
- Added conferences page with listing of conferences from the jilo database
- Added search filter for conferences with time, ID and name
- Added front page widgets
- Added demo installation on https://work.lindeas.com/jilo-web-demo/
### Changed

View File

@ -2,6 +2,10 @@
This is still not operational. Goals for v.0.1 - browsing of basic info about Jilo config and about Jitsi Meet conferences.
## demo
To see a demo install, go to https://work.lindeas.com/jilo-web-demo/
## requirements
- web server (deb: apache | nginx)

View File

@ -28,6 +28,7 @@ try {
$error = $e->getMessage();
}
include 'templates/message.php';
include 'templates/form-register.php';
?>