Skip to content

Commit

Permalink
Binary update instructions (#208)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
chayim authored Oct 9, 2023
1 parent 70994fb commit 84a4006
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ keyName
keyrings
lastName
latencies
libssl-dev
linkTitle
loadTestData
localhost
Expand Down
6 changes: 6 additions & 0 deletions docs/stack/get-started/install-stack/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ aliases:

## Start Redis Stack Server

Install the openssl libraries for your platform. For example, on a Debian or Ubuntu instance run:

{{< highlight bash >}}
sudo apt install libssl-dev
{{< / highlight >}}

After untarring or unzipping your redis-stack-server download, you can start Redis Stack Server as follows:

{{< highlight bash >}}
Expand Down

0 comments on commit 84a4006

Please sign in to comment.