Recommend Redis 6 for Forem self installation (#11473)

This commit is contained in:
rhymes 2020-11-18 17:05:00 +01:00 committed by GitHub
parent 4fabc3a5e6
commit cb27662e8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 12 deletions

View file

@ -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:

View file

@ -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):

View file

@ -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: