version advance, schema changes, style changes, terms and privacy policy, added installer script

This commit is contained in:
Yusur 2023-03-17 23:26:05 +01:00
parent 9f9525ecd1
commit c46b07a3b2
16 changed files with 446 additions and 51 deletions

View file

@ -43,9 +43,14 @@ name = Salvi
directory = /path/to/database/
```
+ Run `python3 -m app_init` to initialize the database and create the administrator user.
+ Run `flask run`.
+ You can now access Salvi in your browser at port 5000.
## Caveats
+ The whole application is untested.
+ If you forget the password, there is currently no way to reset it.
## License