Adds demo instance
parent
2136700fc8
commit
aa3992b94a
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -28,6 +28,7 @@ try {
|
|||
$error = $e->getMessage();
|
||||
}
|
||||
|
||||
include 'templates/message.php';
|
||||
include 'templates/form-register.php';
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue