From 9d3a4557c128e2c2f4769b38dc045bef2710fc65 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Tue, 13 Aug 2024 14:16:15 +0300 Subject: [PATCH] Updates README to match new folder structure --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 441da1b..6d87de5 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,11 @@ cd jilo-web - edit index.php and set the system path to the jilo-web.conf.php - 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` +- "database" is the sqlite db file for jilo-web itself, it goes to `app/jilo-web.db`, create it with +```bash +cd app +cat doc/jilo-web.schema | sqlite3 jilo-web.db +``` - "jilo_database" is the sqlite db file for jilo, with data from the Jitsi logs ## database