From 0f4539c141db13a6a8293857fd358de9d84d07fc Mon Sep 17 00:00:00 2001 From: Niek Sanders Date: Fri, 24 Oct 2014 08:31:55 -0700 Subject: [PATCH] Actual instructions, but still relies on Python KCL to setup MultiLangDaemon. --- examples/trivial/README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/examples/trivial/README.md b/examples/trivial/README.md index c8f1b00..222f066 100644 --- a/examples/trivial/README.md +++ b/examples/trivial/README.md @@ -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..