0. Before you start

Check access to Adobe Solutions


Check access to Adobe I/O Console


Set up your local

Download

Download the resources listed on top and make sure they are accessible on your local.

Required tools

In this workshop you would need the following items set on on your local:

For Windows user, please make sure you have Shell and the following set up

Further OpenSSL instructions for Windows users:


Set up I/O Runtime namespace

Please make sure you’ve installed the OpenWhisk CLI at this step. Go to Runtime namespaces file to find your assigned namespace based on your assign number (e.g. user01), create a .wskprops file containing your authorization key, your namespace, and the path to the Runtime API host. Here’s an example:

AUTH=<Your auth>
APIHOST=runtime.adobe.io
NAMESPACE=<Your namespace>

Once your .wskprops is ready and set up with your authorization and namesapce, place it in your home directory, where the CLI can access it to set those properties when it starts.

An alternative method to configure your instance of the CLI is to do it through a CLI command. Open a command-line window and type the following command:

wsk property set --apihost runtime.adobe.io --auth <Your auth> --namespace <Your namespace>

**Next: ** Chapter 1 - Set up your first Trigger