Skip to content

Commit

Permalink
Actual instructions, but still relies on Python KCL to setup MultiLan…
Browse files Browse the repository at this point in the history
…gDaemon.
  • Loading branch information
nieksand committed Oct 24, 2014
1 parent 9ffcf93 commit 0f4539c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions examples/trivial/README.md
Expand Up @@ -11,6 +11,16 @@ On Shutdown() it verifies that we are not a zombie and calls a final checkpoint.


## Usage
1. Ensure the Golang KCL is in your GOPATH.
2. ``go build .``
3. complicated magic to invoke KCL MultiLangDaemon
Install the KCL MultiLangDaemon using the instructions from the official AWS
Python KCL readme.

* Ensure the Golang KCL is in your GOPATH.

* ``go build .``

* From the Python KCL samples directory, use the helper script to generate the
launch command. Be sure to set this ``--java`` path properly.

python amazon_kclpy_helper.py --print_command --java /usr/bin/java --properties ./sample.properties

* Copy/paste the output to execute..

0 comments on commit 0f4539c

Please sign in to comment.