windhamwong 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_r285846429
 
 

 ##########
 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:
   Thats cool. I didn't read the src of the installer script. Will update later.

----------------------------------------------------------------
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

Reply via email to