Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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