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
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,24 +37,24 @@ The [examples][examples] folder has basic and advanced examples.
37
37
38
38
Service credentials are required to access the APIs.
39
39
40
-
If you run your app in Bluemix, you don't need to specify the username and password. In that case, the SDK uses the `VCAP_SERVICES` environment variable to load the credentials.
40
+
If you run your app in IBM Cloud, you don't need to specify the username and password. In that case, the SDK uses the `VCAP_SERVICES` environment variable to load the credentials.
41
41
42
-
To run locally or outside of Bluemix you need the `username` and `password` credentials for each service. (Service credentials are different from your Bluemix account email and password.)
42
+
To run locally or outside of IBM Cloud you need the `username` and `password` credentials for each service. (Service credentials are different from your IBM Cloud account email and password.)
43
43
44
44
To create an instance of the service:
45
45
46
-
1. Log in to [Bluemix][bluemix].
46
+
1. Log in to [IBM Cloud][ibm_cloud].
47
47
1. Create an instance of the service:
48
-
1. In the Bluemix**Catalog**, select the Watson service you want to use. For example, select the Conversation service.
48
+
1. In the IBM Cloud**Catalog**, select the Watson service you want to use. For example, select the Conversation service.
49
49
1. Type a unique name for the service instance in the **Service name** field. For example, type `my-service-name`. Leave the default values for the other options.
50
50
1. Click **Create**.
51
51
52
52
To get your service credentials:
53
53
54
-
Copy your credentials from the **Service details** page. To find the the Service details page for an existing service, navigate to your Bluemix dashboard and click the service name.
54
+
Copy your credentials from the **Service details** page. To find the the Service details page for an existing service, navigate to your IBM Cloud dashboard and click the service name.
55
55
56
56
1. On the **Service Details** page, click **Service Credentials**, and then **View credentials**.
To run the examples, you will need the`username` and `password` credentials. To get your service credentials, follow these steps:
3
-
1. Log in to Bluemix at https://bluemix.net.
2
+
To run the examples, you will need a`username`, `password`, and `url`. To get your service credentials, follow these steps:
3
+
1. Log in to IBM Cloud at https://console.bluemix.net.
4
4
5
5
1. Create an instance of the service:
6
-
1. In the Bluemix **Catalog**, select the Natural Language Classifier service.
7
-
1. Under **Add Service**, type a unique name for the service instance in the Service name field. For example, type `my-service-name`. Leave the default values for the other options.
8
-
1. Click **Use**.
6
+
1. In the IBM Cloud **Catalog**, select the Natural Language Classifier service.
7
+
1. Click **Create**.
9
8
10
9
1. Copy your credentials:
11
10
1. On the left side of the page, click **Service Credentials** to view your service credentials.
12
-
1. Copy `username`and `password` from these service credentials.
11
+
1. Copy `username`, `password`, and `url` from these service credentials.
0 commit comments