Skip to content

Commit 84a4006

Browse files
authored
Binary update instructions (#208)
* Binary update instructions In the download case, due to a dependency in an underlying module, we need to instruct users to install the ssl libraries. This is not the case in packages, because they declare their own dependencies. * spellcheck
1 parent 70994fb commit 84a4006

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

dictionary.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ keyName
221221
keyrings
222222
lastName
223223
latencies
224+
libssl-dev
224225
linkTitle
225226
loadTestData
226227
localhost

docs/stack/get-started/install-stack/binaries.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ aliases:
1010

1111
## Start Redis Stack Server
1212

13+
Install the openssl libraries for your platform. For example, on a Debian or Ubuntu instance run:
14+
15+
{{< highlight bash >}}
16+
sudo apt install libssl-dev
17+
{{< / highlight >}}
18+
1319
After untarring or unzipping your redis-stack-server download, you can start Redis Stack Server as follows:
1420

1521
{{< highlight bash >}}

0 commit comments

Comments
 (0)