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 Jun 2, 2023. It is now read-only.
Clarify the CF deploy/services. Fix catalog links.
* It is confusing whether to create services or not. Add a note.
* Fix the catalog links and wording.
* Fix the launch app text that was copy/paste error from openshift to cf.
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,10 @@ When you have completed this code pattern, you will understand how to:
43
43
2.[Deploy the server](#deploy-the-server)
44
44
3.[Use the web app](#use-the-web-app)
45
45
46
-
47
46
### Create the Watson services
48
47
48
+
> Note: You can skip this step if you will be using the `Deploy to Cloud Foundry on IBM Cloud` button below. That option automatically creates the services and binds them (providing their credentials) to the application.
49
+
49
50
Provision the following services:
50
51
51
52
***Speech to Text**
@@ -83,9 +84,9 @@ The services are not available by default. An administrator must install them on
83
84
<h5>Create the service instances</h5>
84
85
<ul>
85
86
<li>If you do not have an IBM Cloud account, register for a free trial account <a href="https://cloud.ibm.com/registration">here</a>.</li>
86
-
<li>Create a <b>Speech to Text</b> instance from <a href="https://cloud.ibm.com/catalog/services/speech-to-text">the catalog</a>.</li>
87
-
<li>Create a <b>Language Translator</b> instance from <a href="https://cloud.ibm.com/catalog/services/speech-to-text">the catalog</a>.</li>
88
-
<li>Create a <b>Text to Speech</b> instance from <a href="https://cloud.ibm.com/catalog/services/speech-to-text">the catalog</a>.</li>
87
+
<li>Click <a href="https://cloud.ibm.com/catalog/services/speech-to-text">here</a> to create a <b>Speech to Text</b> instance.</li>
88
+
<li>Click <a href="https://cloud.ibm.com/catalog/services/language-translator">here</a> to create a <b>Language Translator</b> instance.</li>
89
+
<li>Click <a href="https://cloud.ibm.com/catalog/services/text-to-speech">here</a> to create a <b>Text to Speech</b> instance.</li>
6. To see the app and services created and configured for this code pattern, use the [IBM Cloud](https://cloud.ibm.com) dashboard. The app is named `watson-speech-translator` with a unique suffix. The following services are created and easily identified by the `wst-` prefix:
21
+
## Run the web app
22
+
23
+
1. To see the app and services created and configured for this code pattern, use the [IBM Cloud](https://cloud.ibm.com) dashboard. The app is named `watson-speech-translator` with a unique suffix. The following services are created and easily identified by the `wst-` prefix:
22
24
23
25
* wst-speech-to-text
24
26
* wst-language-translator
25
27
* wst-text-to-speech
26
28
27
-
7. Click on the app and then click on `Visit App URL` to visit the bot's web page.
28
-
29
-
## Run the web app
29
+
1. Click on the app and then click on `Visit App URL` to visit the bot's web page.
30
30
31
-
* Go back to `Applications` ▷ `Routes`. You will see your app.
32
-
* Click your app's `Hostname`. This will open the Watson Speech Translator web app in your browser.
33
-
* Go back to the README.md for instructions on how to use the app.
31
+
1. Go back to the README.md for instructions on how to use the app.
0 commit comments