Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Update getting-started-local-single-node.md #3425

Merged
merged 1 commit into from
Dec 20, 2019
Merged
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
6 changes: 5 additions & 1 deletion website2/docs/getting-started-local-single-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ To install Heron binaries directly, using installation scripts, go to Heron's [r
and see a full listing of Heron releases for each available platform. The installation script for macOS (`darwin`), for example, is named
`heron-install-{{% heronVersion %}}-darwin.sh`.

```bash
$ wget https://github.com/apache/incubator-heron/releases/download/{{% heronVersion %}}/heron-install-{{% heronVersion %}}-darwin.sh
```

Download the for your platform either from the releases page or using [`wget`](https://www.gnu.org/software/wget/). Here's a `wget` example for Ubuntu:

```bash
Expand Down Expand Up @@ -282,4 +286,4 @@ In case of any issues, please refer to [Quick Start Troubleshooting](getting-sta
* [Deploy topologies](deployment-overview) in clustered, scheduler-driven
environments (such as on [Aurora](schedulers-aurora-cluster)
and [locally](schedulers-local))
* [Develop topologies](heron-architecture) for Heron
* [Develop topologies](heron-architecture) for Heron