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
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,16 @@ This is the initial public release. For best results you should also install th
10
10
* ide-ibmstreams
11
11
12
12
### Setup Instructions
13
-
#### Build
14
-
You need to capture your VCAP credentials for IBM Streaming Analytics service in order to build.
13
+
#### Build - Streaming Analytics Credentials
14
+
The <b>build-ibmstreams</b> package requires a running IBM Streaming Analytics service. SPL applications will be built and deployed on this service. If you need to create one, start <ahref="https://console.bluemix.net/catalog/services/streaming-analytics"rel="noopener"target="_blank">here</a> and follow the instructions to create an account.
15
+
16
+
<b>Note:</b>The service needs to support V2 of the rest api.
17
+
18
+
Once you have an account go to your <ahref="https://console.bluemix.net/dashboard/apps"rel="noopener"target="_blank">dashboard</a> and select the Streaming Analytic service you want to use. You need to make sure it is running and then copy your credentials to the clipboard. To get your credentials select <b>Service Credentials</b> from the actions on the left. From the credentials page, press <b>View credentials</b> for the one you want to use and press the copy button in the upper right side of the credentials to copy them to the clipboard.
19
+
20
+
In Atom there is a setting in the <b>build-ibmstreams</b> package for the credentials. Go to <b>Atom->Preferences->Packages</b> and press the <b>Settings</b> button on the <b>build-ibmstreams</b> package and paste your credentials into the setting.
0 commit comments