Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.68 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.68 KB

OpenWhisk-Workshop Guide

Installing OpenWhisk CLI

wsk set up

  • set as PATH environmental variable
# example for macOS, in .bash_profile add

export PATH="path/to/wsk:$PATH"

Sign up for IBM Bluemix OpenWhisk

Docs for using JavaScript with OpenWhisk

Requirements for using Java with OpenWhisk:

Google gson set up

  • set as CLASSPATH environmental variable
# example for macOS, in .bash_profile add

export CLASSPATH="path/to/gson-2.8.2.jar"

Docs for using Java with OpenWhisk

  • creating OpenWhisk actions in Java