nwangtw commented on a change in pull request #3258: Updating website for installtion of Heron to system URL: https://github.com/apache/incubator-heron/pull/3258#discussion_r285723642
########## File path: website/content/docs/developers/compiling/compiling.md ########## @@ -119,6 +119,13 @@ build` command. For example, the following command would build the [Heron Tracke $ bazel build --config=darwin heron/tools/tracker/src/python:heron-tracker ``` +### Installing Heron to system + +All compiled files are placed under `bazel-bin/` folder. If you need to install Heron into your system, the install script is located in `bazel-bin/scripts/packages/heron-install.sh`. Simply executing the command can do the installation for you: +```bash +$ bash azel-bin/scripts/packages/heron-install.sh Review comment: missing "b" here. Also maybe include information about "--user"? Not a blocker. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
