You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,7 @@ Copy `template.local.env` to a new file named `local.env` and update the `CLOUDA
43
43
```bash
44
44
./deploy.sh --install
45
45
```
46
-
> **Note**: If you see any error messages, refer to the [Troubleshooting](#troubleshooting) section below.
47
-
48
-
> **Note**: `deploy.sh` will be replaced with [`wskdeploy`](https://github.com/openwhisk/openwhisk-wskdeploy) in the future. `wskdeploy` uses a manifest to deploy declared triggers, actions, and rules to OpenWhisk.
49
-
50
-
> **Note**: You can also use the following button to clone a copy of this repository and deploy to Bluemix as part of a DevOps toolchain. Supply your OpenWhisk and Cloudant credentials, click Create, then run the Deployment pipeline.
51
-
52
-
[](https://bluemix.net/deploy?repository=https://github.com/IBM/openwhisk-data-processing-cloudant.git)
46
+
> **Note**: If you see any error messages, refer to the [Troubleshooting](#troubleshooting) section below. You can also explore [Alternative deployment methods](#alternative-deployment-methods).
53
47
54
48
# 3. Test database change events
55
49
To test, invoke the first action manually. Open one terminal window to poll the logs:
@@ -137,5 +131,12 @@ If the error is not immediately obvious, make sure you have the [latest version
137
131
wsk property get --cliversion
138
132
```
139
133
134
+
# Alternative deployment methods
135
+
`deploy.sh` will be replaced with [`wskdeploy`](https://github.com/openwhisk/openwhisk-wskdeploy) in the future. `wskdeploy` uses a manifest to deploy declared triggers, actions, and rules to OpenWhisk.
136
+
137
+
You can also use the following button to clone a copy of this repository and deploy to Bluemix as part of a DevOps toolchain. Supply your OpenWhisk and Cloudant credentials under the Delivery Pipeline icon, click Create, then run the Deploy stage for the Delivery Pipeline.
138
+
139
+
[](https://bluemix.net/deploy?repository=https://github.com/IBM/openwhisk-data-processing-cloudant.git)
0 commit comments