Skip to content

OpenWhisk Standalone Server

Pre-release
Pre-release
Compare
Choose a tag to compare
@chetanmeh chetanmeh released this 24 Jun 09:27
29d0d5d

OpenWhisk standalone enables running a minimal OpenWhisk (with in memory store) as a runnable jar outside of docker.

See apache#4516 for more details

Usage

$ wget https://github.com/chetanmeh/incubator-openwhisk/releases/download/v0.10/openwhisk-standalone.jar
$ java -jar openwhisk-standalone.jar

Above steps would launch the standalone server. Then configure the wsk cli

wsk property set --apihost 'http://localhost:3233'  \
  --auth '23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP'

Now can try out the samples

Known Issues

None so far!