From cb27662e8a897dddb594e4538d1ba4bdc0328254 Mon Sep 17 00:00:00 2001 From: rhymes Date: Wed, 18 Nov 2020 17:05:00 +0100 Subject: [PATCH] Recommend Redis 6 for Forem self installation (#11473) --- docs/installation/linux.md | 17 +++++++++-------- docs/installation/mac.md | 2 +- docs/installation/windows.md | 7 ++++--- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/installation/linux.md b/docs/installation/linux.md index 6f016945f..7f7357c3b 100644 --- a/docs/installation/linux.md +++ b/docs/installation/linux.md @@ -46,8 +46,8 @@ Forem requires PostgreSQL version 11 or higher. username you are currently logged in as. There are more than one ways to setup PostgreSQL. For additional configuration, -check out our [PostgreSQL setup guide](/docs/installation/postgresql) or the official -[PostgreSQL](https://www.postgresql.org/) site for further information. +check out our [PostgreSQL setup guide](/docs/installation/postgresql) or the +official [PostgreSQL](https://www.postgresql.org/) site for further information. ### ImageMagick @@ -60,11 +60,11 @@ it. ### Redis -Forem requires Redis version 4.0 or higher. +Forem requires Redis version 6.0 or higher. -We recommend following Digital Ocean's extensive -[How To Install and Configure Redis on Ubuntu 16.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-redis-on-ubuntu-16-04) -(available for other Linux distributions as well) to setup Redis. +We recommend following Digital Ocean's extensive guides +[How to Install and Secure Redis](https://www.digitalocean.com/community/tutorial_collections/how-to-install-and-secure-redis) +to setup Redis. ### Elasticsearch @@ -93,8 +93,9 @@ NOTE: Make sure to download **the OSS version**, `elasticsearch-oss`. use and provides a fake default for any missing keys. - If you use a remote computer as dev env, you need to set `APP_DOMAIN` variable to the remote computer's domain name. - - The [backend guide](/docs/backend) will show you how to get free API keys for - additional services that may be required to run certain parts of the app. + - The [backend guide](/docs/backend) will show you how to get free API keys + for additional services that may be required to run certain parts of the + app. - For any key that you wish to enter/replace: 1. Create `.env` by copying from the provided template (i.e. with bash: diff --git a/docs/installation/mac.md b/docs/installation/mac.md index 02fef0cba..a2c835f4a 100644 --- a/docs/installation/mac.md +++ b/docs/installation/mac.md @@ -38,7 +38,7 @@ You can install ImageMagick with `brew install imagemagick`. ### Redis -Forem requires Redis version 4.0 or higher to run. +Forem requires Redis version 6.0 or higher to run. We recommend using [Homebrew](https://brew.sh): diff --git a/docs/installation/windows.md b/docs/installation/windows.md index ba6f8bbf6..2f417a1c2 100644 --- a/docs/installation/windows.md +++ b/docs/installation/windows.md @@ -170,7 +170,7 @@ To verify its installation, run `identify -version` command. ### Redis -Forem requires Redis version 4.0 or higher. +Forem requires Redis version 6.0 or higher. We recommend to follow [this guide](https://redislabs.com/blog/redis-on-windows-10/) to run Redis under @@ -260,8 +260,9 @@ To install Elasticsearch perform the following steps: use and provides a fake default for any missing keys. - If you use a remote computer as dev env, you need to set `APP_DOMAIN` variable to the remote computer's domain name. - - The [backend guide](/docs/backend) will show you how to get free API keys for - additional services that may be required to run certain parts of the app. + - The [backend guide](/docs/backend) will show you how to get free API keys + for additional services that may be required to run certain parts of the + app. - For any key that you wish to enter/replace: 1. Create `.env` by copying from the provided template (ie. with bash: