1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Update installation docs

This commit is contained in:
Jeremy Stretch
2020-07-20 16:53:04 -04:00
parent 08a5e82afc
commit 0ef016db07
8 changed files with 193 additions and 168 deletions

View File

@@ -5,7 +5,7 @@
[Redis](https://redis.io/) is an in-memory key-value store which NetBox employs for caching and queuing. This section entails the installation and configuration of a local Redis instance. If you already have a Redis service in place, skip to [the next section](3-netbox.md).
!!! note
NetBox v2.9.0 or later requires Redis v4.0 or higher.
NetBox v2.9.0 and later require Redis v4.0 or higher. If your distribution does not offer a recent enough release, you will need to build Redis from source. Please see [the Redis installation documentation](https://github.com/redis/redis) for further details.
### Ubuntu