From 5d91f5f3987c0c4c070b33dcc976c7be95c6f1d2 Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Thu, 3 Jun 2021 10:11:05 +0200 Subject: [PATCH] Document Redis as a requirement --- GETTING_STARTED.md | 1 + 1 file changed, 1 insertion(+) diff --git a/GETTING_STARTED.md b/GETTING_STARTED.md index fdf7661a67..bab36e6fbe 100644 --- a/GETTING_STARTED.md +++ b/GETTING_STARTED.md @@ -8,6 +8,7 @@ The fastest way to make it work locally is to use Docker, you only need to setup Otherwise, for a local setup you will need: * Ruby and bundler (check current Ruby version in [.ruby-version](https://github.com/openfoodfoundation/openfoodnetwork/blob/master/.ruby-version) file) * PostgreSQL database +* Redis (for background jobs) * Chrome (for testing) The following guides will provide OS-specific step-by-step instructions to get these requirements installed: