Updates README to match new folder structure
parent
acd5ff0a23
commit
9d3a4557c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue