Add instructions to install redis and include it in Procfile

This commit is contained in:
Antonio Scandurra 2022-07-15 10:41:07 +02:00
parent e5c55f9a54
commit 42d68af073
2 changed files with 7 additions and 0 deletions

View file

@ -23,6 +23,12 @@ script/sqlx migrate run
script/seed-db
```
Install Redis:
```
brew install redis
```
Run the web frontend and the collaboration server.
```