apache / openwhisk-runtime-nodejs

Apache OpenWhisk Runtime NodeJS supports Apache OpenWhisk functions written in JavaScript for NodeJS
https://openwhisk.apache.org/
Apache License 2.0
59 stars 74 forks source link

Restore missing documentation about how to test runtimes standalone. #227

Open Rurouni-Jiaxin opened 1 year ago

Rurouni-Jiaxin commented 1 year ago

In this repo, the instructions on building and running the standalone runtime container is missing. Therefore this PR is created to fix that. @mrutkows review-requested:mrutkows

mrutkows commented 1 year ago

@Rurouni-Jiaxin Would it be possible to

  1. update the top-level README.md to link to this "standalone" README? Perhaps under the https://github.com/apache/openwhisk-runtime-nodejs#testing section.

  2. Also, you may want to relocate your markdown to the "docs/user" dir. (e.g., https://github.com/apache/openwhisk-runtime-nodejs/blob/master/docs/users/)

  3. If you would kindly work in the 3 use cases (and link to their json data files) from here: https://github.com/apache/openwhisk-runtime-nodejs/tree/master/tests/src/test/knative that would be great!

mrutkows commented 1 year ago

@Rurouni-Jiaxin you may want to look at this closed PR from a while ago which would have added pre-reqs and other info, that may be helpful (applied) to your new doc. https://github.com/apache/openwhisk-runtime-nodejs/pull/190/files

mrutkows commented 1 year ago

@Rurouni-Jiaxin I kicked off a CI run while in a meeting… it seems to have passed; will review as soon as able, but no promises for today 😉