You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: website2/docs/getting-started-local-single-node.md
+30-49
Original file line number
Diff line number
Diff line change
@@ -22,63 +22,44 @@ sidebar_label: Local (Single Node)
22
22
23
23
> The current version of Heron is {{heron:version}}
24
24
25
-
26
-
The easiest way to get started learning Heron is to install the Heron client tools, which are currently available for:
25
+
The current way to get started learning Heron is to build from source.
26
+
Please refer to the [guide to compiling Heron](compiling-overview). The Heron community is working to add release scripts and Heron
27
+
binaries available from Apache mirrors soon.
27
28
28
29
*[MacOS](#macos-homebrew)
29
-
*[Ubuntu >= 14.04](#using-installation-scripts)
30
+
*[Ubuntu 18.04](#using-installation-scripts)
30
31
*[CentOS](#using-installation-scripts)
31
32
32
-
For other platforms, you need to build from source. Please refer to the [guide to compiling Heron](compiling-overview).
33
-
34
-
## Step 1 --- Download the Heron tools
35
-
36
-
Heron tools can be installed on [macOS](#macos-homebrew) using [Homebrew](https://brew.sh) and on Linux using [installation scripts](#using-installation-scripts).
33
+
## Building installation scripts
37
34
38
-
> You can install using [installation scripts](#using-installation-scripts) on macOS as well.
35
+
The only way to obtain the installation scripts at this time are to compile from source. We are working to add release scripts and Heron
36
+
binaries available from Apache mirrors soon.
39
37
40
-
## macOS/Homebrew
38
+
See how to get setup building Heron see the notes [here](compiling-overview.md)
41
39
42
-
The easiest way to get started with Heron on macOS is using [Homebrew](https://brew.sh):
40
+
If you already have Bazel and the other required tools installed for your platform you can execute the following:
This will install a variety of executables and other resources by default in `/usr/local/opt/heron`.
51
-
52
-
> Homebrew may use a different folder than `/usr/local/opt/heron`. To check which folder is being used, run `brew --prefix heron`.
53
-
54
-
## Using installation scripts
55
-
56
-
To install Heron binaries directly, using installation scripts, go to Heron's [releases page](https://github.com/apache/incubator-heron/releases) on GitHub
57
-
and see a full listing of Heron releases for each available platform. The installation script for macOS (`darwin`), for example, is named
This command will take approximately 45 minutes to compile based on your machine settings.
51
+
It will output a script called `heron-install.sh` You will be able to find it relative to the Heron root folder:
52
+
53
+
```bash
54
+
$ ./bazel-bin/scripts/packages/heron-install.sh
62
55
```
63
56
64
-
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:
0 commit comments