Skip to content

Commit 5de8faa

Browse files
authored
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.
1 parent 70994fb commit 5de8faa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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)