diff --git a/README.md b/README.md index 2341369..17af65f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Once you complete this sample application, you can move on to more complex serve ## Overview of message flow -![Sample Architecture](/images/OpenWhisk-MessageHub-sample-architecture.png) +![Sample Architecture](docs/OpenWhisk-MessageHub-sample-architecture.png) Flow of processing goes as follows: diff --git a/docs/OPENWHISK.md b/docs/OPENWHISK.md new file mode 100644 index 0000000..84e44dc --- /dev/null +++ b/docs/OPENWHISK.md @@ -0,0 +1,10 @@ +## Sign up for a Bluemix account +Begin by going to [bluemix.net](https://console.ng.bluemix.net/) and signing up for a free account. After you activate your account, set an organization (for example, *MyACMEorg*) and space (for example *test*), click on OpenWhisk in the left navigation. +![alt text](openwhisk-nav.png) + +## Install, configure, and test the OpenWhisk CLI +Once there, click the "Download OpenWhisk CLI" button. +![alt text](getting-started-with-openwhisk.png) + +Then, follow the three steps to install, configure, and test connectivity. Note that the authorization key is not shown here. +![alt text](openwhisk-cli.png) diff --git a/images/OpenWhisk-MessageHub-sample-architecture.png b/docs/OpenWhisk-MessageHub-sample-architecture.png similarity index 100% rename from images/OpenWhisk-MessageHub-sample-architecture.png rename to docs/OpenWhisk-MessageHub-sample-architecture.png diff --git a/images/getting-started-with-openwhisk.png b/docs/getting-started-with-openwhisk.png similarity index 100% rename from images/getting-started-with-openwhisk.png rename to docs/getting-started-with-openwhisk.png diff --git a/images/openwhisk-cli.png b/docs/openwhisk-cli.png similarity index 100% rename from images/openwhisk-cli.png rename to docs/openwhisk-cli.png diff --git a/images/openwhisk-nav.png b/docs/openwhisk-nav.png similarity index 100% rename from images/openwhisk-nav.png rename to docs/openwhisk-nav.png