Skip to content

Commit 50f3ce9

Browse files
authored
DEV: update installation docs for CE8 (#1218)
* DEV: initial commit of installation docs for CE8 * DEV: 2nd commit of installation docs for CE8 * DEV: 3rd commit of installation docs for CE8
1 parent a4fa03c commit 50f3ce9

File tree

29 files changed

+614
-71
lines changed

29 files changed

+614
-71
lines changed

content/get-started/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Redis is an [in-memory data store]({{< relref "/develop/get-started/data-store"
99

1010
You can install Redis from source, from an executable for your OS, or bundled with Redis Stack and Redis Insight which include popular features and monitoring.
1111

12-
* [Install Redis on Linux]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-on-linux" >}})
13-
* [Install Redis on macOS]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-on-mac-os" >}})
14-
* [Install Redis on Windows]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-on-windows" >}})
15-
* [Install Redis with Redis Stack and Redis Insight]({{< relref "/operate/oss_and_stack/install/install-stack" >}})
12+
* [Install Redis on Linux]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-on-linux" >}})
13+
* [Install Redis on macOS]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-on-mac-os" >}})
14+
* [Install Redis on Windows]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-on-windows" >}})
15+
* [Install Redis with Redis Stack and Redis Insight]({{< relref "/operate/oss_and_stack/install/archive/install-stack" >}})
1616
* [Run Redis Stack on Docker]({{< relref "/operate/oss_and_stack/install/install-stack/docker" >}})
17-
* [Install Redis from Source]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-from-source" >}})
17+
* [Install Redis from Source]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-from-source" >}})
1818

1919
## Use cases
2020

content/operate/oss_and_stack/install/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ categories:
44
- operate
55
- stack
66
- oss
7-
description: How to install your preferred Redis flavor on your target platform
7+
description: How to install Redis CE on your target platform
88
hideListLinks: true
99
linkTitle: Install
10-
title: Install Redis Community Edition
10+
title: Install Redis Community Edition (CE)
1111
weight: 30
1212
---
1313

14-
You can install [Redis Community Edition]({{< relref "/operate/oss_and_stack/" >}}) locally on your machine. Redis Community Edition is available on Linux, macOS, and Windows.
14+
You can install [Redis CE]({{< relref "/operate/oss_and_stack/" >}}) locally on your machine. Redis CE is available on Docker, Linux, macOS, and Windows (via Docker only).
1515

1616
Here are the installation instructions:
1717

18-
* [Install Redis]({{< relref "/operate/oss_and_stack/install/install-redis" >}})
18+
* [Install Redis CE]({{< relref "/operate/oss_and_stack/install/install-stack" >}})
1919

20-
While you can install Redis Community Edition locally, you might also consider using Redis Cloud by creating a [free account](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users).
20+
While you can install Redis CE locally, you might also consider using Redis Cloud by creating a [free account](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users). Redis CE 8.0 is not yet available on Redis Cloud.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
categories:
3+
- docs
4+
- operate
5+
- stack
6+
- oss
7+
description: How to install your preferred Redis flavor on your target platform
8+
hideListLinks: true
9+
linkTitle: Archived instructions
10+
title: Install Redis Community Edition
11+
weight: 30
12+
bannerText: These docs apply to versions of Redis Community Edition earlier than 8.0.0.
13+
bannerChildren: true
14+
---
15+
16+
You can install [Redis Community Edition]({{< relref "/operate/oss_and_stack/" >}}) locally on your machine. Redis Community Edition is available on Linux, macOS, and Windows (via Docker only).
17+
18+
Here are the installation instructions:
19+
20+
* [Install Redis]({{< relref "/operate/oss_and_stack/install/archive/install-redis" >}})
21+
22+
While you can install Redis Community Edition locally, you might also consider using Redis Cloud by creating a [free account](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users). Redis Community Edition 8.0 is not yet available on Redis Cloud

content/operate/oss_and_stack/install/install-redis/_index.md renamed to content/operate/oss_and_stack/install/archive/install-redis/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ While you can install Redis on any of the platforms listed below, you might also
1818

1919
How you install Redis depends on your operating system. See the guide below that best fits your needs:
2020

21-
* [Install Redis on Linux]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-on-linux" >}})
22-
* [Install Redis on macOS]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-on-mac-os" >}})
23-
* [Install Redis on Windows]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-on-windows" >}})
21+
* [Install Redis on Linux]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-on-linux" >}})
22+
* [Install Redis on macOS]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-on-mac-os" >}})
23+
* [Install Redis on Windows]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-on-windows" >}})
2424

2525
Refer to [Redis Administration]({{< relref "/operate/oss_and_stack/management/admin" >}}) for detailed setup tips.
2626

@@ -89,7 +89,7 @@ The available packages for supported Linux distributions already include the cap
8989
{{% /alert %}}
9090

9191
{{% alert title="Note" color="warning" %}}
92-
The remainder of this section assumes you've [installed Redis from its source code]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-from-source" >}}).
92+
The remainder of this section assumes you've [installed Redis from its source code]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-from-source" >}}).
9393
{{% /alert %}}
9494

9595
The following instructions can be used to perform a proper installation using the init script shipped with the Redis source code, `/path/to/redis-stable/utils/redis_init_script`.

content/operate/oss_and_stack/install/install-redis/install-redis-from-source.md renamed to content/operate/oss_and_stack/install/archive/install-redis/install-redis-from-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ If successful, you'll see the startup logs for Redis, and Redis will be running
6363

6464
To stop Redis, enter `Ctrl-C`.
6565

66-
For a more complete installation, continue with [these instructions]({{< baseurl >}}/operate/oss_and_stack/install/install-redis/#install-redis-properly).
66+
For a more complete installation, continue with [these instructions]({{< baseurl >}}/operate/oss_and_stack/install/archive/install-redis/#install-redis-properly).

content/operate/oss_and_stack/install/install-redis/install-redis-on-linux.md renamed to content/operate/oss_and_stack/install/archive/install-redis/install-redis-on-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ Once you have a running Redis instance, you may want to:
105105

106106
* Try the [Redis CLI tutorial]({{< relref "/develop/tools/cli" >}})
107107
* Connect using one of the [Redis clients]({{< relref "/develop/clients" >}})
108-
* [Install Redis "properly"]({{< relref "/operate/oss_and_stack/install/install-redis#install-redis-properly" >}})
108+
* [Install Redis "properly"]({{< relref "/operate/oss_and_stack/install/archive/install-redis#install-redis-properly" >}})
109109
for production use.
110110

content/operate/oss_and_stack/install/install-redis/install-redis-on-mac-os.md renamed to content/operate/oss_and_stack/install/archive/install-redis/install-redis-on-mac-os.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Install Redis on macOS
1010
weight: 1
1111
---
1212

13-
This guide shows you how to install Redis on macOS using Homebrew. Homebrew is the easiest way to install Redis on macOS. If you'd prefer to build Redis from the source files on macOS, see [Installing Redis from Source]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-from-source" >}}).
13+
This guide shows you how to install Redis on macOS using Homebrew. Homebrew is the easiest way to install Redis on macOS. If you'd prefer to build Redis from the source files on macOS, see [Installing Redis from Source]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-from-source" >}}).
1414

1515
{{< note >}}
1616
The Homebrew distribution of Redis Community Edition is only supported on macOS.
@@ -102,6 +102,6 @@ Once you have a running Redis instance, you may want to:
102102

103103
* Try the [Redis CLI tutorial]({{< relref "/develop/tools/cli" >}})
104104
* Connect using one of the [Redis clients]({{< relref "/develop/clients" >}})
105-
* [Install Redis "properly"]({{< relref "/operate/oss_and_stack/install/install-redis#install-redis-properly" >}})
105+
* [Install Redis "properly"]({{< relref "/operate/oss_and_stack/install/archive/install-redis#install-redis-properly" >}})
106106
for production use.
107107

content/operate/oss_and_stack/install/install-redis/install-redis-on-windows.md renamed to content/operate/oss_and_stack/install/archive/install-redis/install-redis-on-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Microsoft provides [detailed instructions for installing WSL](https://docs.micro
2020

2121
## Install Redis
2222

23-
Once you're running Ubuntu on Windows, you can follow the steps detailed at [Install on Ubuntu/Debian]({{< relref "/operate/oss_and_stack/install/install-redis/install-redis-on-linux#install-on-ubuntu-debian" >}}) to install recent stable versions of Redis from the official `packages.redis.io` APT repository.
23+
Once you're running Ubuntu on Windows, you can follow the steps detailed at [Install on Ubuntu/Debian]({{< relref "/operate/oss_and_stack/install/archive/install-redis/install-redis-on-linux#install-on-ubuntu-debian" >}}) to install recent stable versions of Redis from the official `packages.redis.io` APT repository.
2424
Add the repository to the <code>apt</code> index, update it, and then install:
2525

2626
{{< highlight bash >}}
@@ -62,5 +62,5 @@ Once you have a running Redis instance, you may want to:
6262

6363
* Try the [Redis CLI tutorial]({{< relref "/develop/tools/cli" >}})
6464
* Connect using one of the [Redis clients]({{< relref "/develop/clients" >}})
65-
* [Install Redis "properly"]({{< relref "/operate/oss_and_stack/install/install-redis#install-redis-properly" >}})
65+
* [Install Redis "properly"]({{< relref "/operate/oss_and_stack/install/archive/install-redis#install-redis-properly" >}})
6666
for production use.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
categories:
3+
- docs
4+
- operate
5+
- stack
6+
- oss
7+
description: Install Redis Stack on Linux, macOS, and Windows
8+
linkTitle: Install Redis Stack
9+
stack: true
10+
title: Install Redis Stack
11+
weight: 2
12+
---
13+
14+
While you can install Redis Stack on any of the platforms listed below, you might also consider using Redis Cloud by creating a [free account](https://redis.com/try-free/?utm_source=redisio&utm_medium=referral&utm_campaign=2023-09-try_free&utm_content=cu-redis_cloud_users).
15+
16+
<hr/>
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
categories:
3+
- docs
4+
- operate
5+
- stack
6+
- oss
7+
description: How to install Redis Stack using tarballs
8+
linkTitle: Binaries
9+
title: Install Redis Stack from binaries
10+
weight: 5
11+
---
12+
13+
## Start Redis Stack Server
14+
15+
Install the openssl libraries for your platform. For example, on a Debian or Ubuntu instance run:
16+
17+
{{< highlight bash >}}
18+
sudo apt install libssl-dev
19+
{{< / highlight >}}
20+
21+
After untarring or unzipping your redis-stack-server download, you can start Redis Stack Server as follows:
22+
23+
{{< highlight bash >}}
24+
/path/to/redis-stack-server/bin/redis-stack-server
25+
{{< / highlight >}}
26+
27+
### Add the binaries to your PATH
28+
29+
You can add the redis-stack-server binaries to your `$PATH` as follows:
30+
31+
Open the file `~/.bashrc` or `~/zshrc` (depending on your shell), and add the following lines.
32+
33+
{{< highlight bash >}}
34+
export PATH=/path/to/redis-stack-server/bin:$PATH
35+
{{< / highlight >}}
36+
37+
If you have an existing Redis installation on your system, then you can choose override those override those PATH variables as before, or you can choose to only add redis-stack-server binary as follows:
38+
39+
{{< highlight bash >}}
40+
export PATH=/path/to/redis-stack-server/bin/redis-stack-server:$PATH
41+
{{< / highlight >}}
42+
43+
If you're running redis-stack-server on a mac, please ensure you have openssl installed, via [homebrew](https://brew.sh/).
44+
45+
Now you can start Redis Stack Server as follows:
46+
47+
{{< highlight bash >}}
48+
redis-stack-server
49+
{{< / highlight >}}

0 commit comments

Comments
 (0)