Add instructions to install redis and include it in Procfile
This commit is contained in:
parent
e5c55f9a54
commit
42d68af073
2 changed files with 7 additions and 0 deletions
1
Procfile
1
Procfile
|
@ -1,2 +1,3 @@
|
||||||
web: cd ../zed.dev && PORT=3000 npx next dev
|
web: cd ../zed.dev && PORT=3000 npx next dev
|
||||||
collab: cd crates/collab && cargo run
|
collab: cd crates/collab && cargo run
|
||||||
|
redis: redis-server
|
||||||
|
|
|
@ -23,6 +23,12 @@ script/sqlx migrate run
|
||||||
script/seed-db
|
script/seed-db
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Install Redis:
|
||||||
|
|
||||||
|
```
|
||||||
|
brew install redis
|
||||||
|
```
|
||||||
|
|
||||||
Run the web frontend and the collaboration server.
|
Run the web frontend and the collaboration server.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue