Skip to content

Commit 17ec5da

Browse files
committed
DEV: 2nd commit of installation docs for CE8
1 parent bd23e52 commit 17ec5da

File tree

27 files changed

+257
-279
lines changed

27 files changed

+257
-279
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ title: Install Redis CE
1111
weight: 30
1212
---
1313

14-
You can install [Redis Community Edition]({{< relref "/operate/oss_and_stack/" >}}) (CE) locally on your machine. Redis CE is available on Docker, Linux, macOS, and Windows (via Docker only). The latest version is Redis CE 8.0.0 RC1.
14+
You can install [Redis Community Edition]({{< relref "/operate/oss_and_stack/" >}}) (CE) 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]({{< relref "/operate/oss_and_stack/install/install-stack" >}})
1919

2020
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.

content/operate/oss_and_stack/install/archive/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ bannerText: These docs apply to versions of Redis Community Edition earlier than
1313
bannerChildren: true
1414
---
1515

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). The latest version is Redis Community Edition 8.0.0 RC1.
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).
1717

1818
Here are the installation instructions:
1919

20-
* [Install Redis]({{< relref "/operate/oss_and_stack/install/install-redis" >}})
20+
* [Install Redis]({{< relref "/operate/oss_and_stack/install/archive/install-redis" >}})
2121

2222
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/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/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/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/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/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.

content/operate/oss_and_stack/install/archive/install-stack/linux.md

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

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

content/operate/oss_and_stack/install/archive/install-stack/mac-os.md

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

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

0 commit comments

Comments
 (0)