add: live browser notifications
This commit is contained in:
parent
58d206eb81
commit
98d6f21e6e
18 changed files with 291 additions and 15 deletions
|
@ -16,7 +16,7 @@ Everything Tetratto needs will be built into the main binary. You can build Tetr
|
|||
cargo build -r --no-default-features --features=redis,sqlite
|
||||
```
|
||||
|
||||
You can replace `sqlite` in the above command with `postgres`, if you'd like. It's also acceptable to remove the `redis` part if you don't want to use a cache. <sup>I wouldn't recomment removing cache, though</sup>
|
||||
You can replace `sqlite` in the above command with `postgres`, if you'd like. Redis (or a Redis fork) is required for features such as chats and (realtime) notifications!
|
||||
|
||||
You can then take the binary and place it somewhere else (highly recommended; the binary will create a fair number of files!). You can do this to move it to a directory just called "tetratto" in the parent directory:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue