mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 14:31:25 +00:00
Include Redis to local development requirements (#312)
This shows to a developer that Redis is needed for local development. The application will fail to run on `bin/dev` if Redis is not running and will give a proper error message, however we should include this to make it explicitly clear. Co-authored-by: esteban_ba <ebaguirre@citykinect.com>
This commit is contained in:
committed by
GitHub
parent
805f8207a9
commit
eae532714b
@@ -60,6 +60,7 @@ The instructions below are for developers to get started with contributing to th
|
||||
|
||||
- See `.ruby-version` file for required Ruby version
|
||||
- PostgreSQL >9.3 (latest stable version recommended)
|
||||
- Redis > 5.4 (latest stable version recommended)
|
||||
|
||||
### Getting Started
|
||||
```sh
|
||||
|
||||
Reference in New Issue
Block a user