Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit 3e87f43

Browse files
committed
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.
1 parent 92a9505 commit 3e87f43

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ When you have completed this code pattern, you will understand how to:
4343
2. [Deploy the server](#deploy-the-server)
4444
3. [Use the web app](#use-the-web-app)
4545

46-
4746
### Create the Watson services
4847

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+
4950
Provision the following services:
5051

5152
* **Speech to Text**
@@ -83,9 +84,9 @@ The services are not available by default. An administrator must install them on
8384
<h5>Create the service instances</h5>
8485
<ul>
8586
<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>
8990
</ul>
9091
<h5>Gather credentials</h5>
9192
<ol>

doc/source/cf.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,16 @@ This document shows how to deploy the server using Cloud Foundry on IBM Cloud.
1818

1919
![toolchain_pipeline](images/toolchain_pipeline.png)
2020

21-
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:
2224

2325
* wst-speech-to-text
2426
* wst-language-translator
2527
* wst-text-to-speech
2628

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.
3030

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.
3432

3533
[![return](https://raw.githubusercontent.com/IBM/pattern-utils/master/deploy-buttons/return.png)](https://github.com/IBM/watson-speech-translator#use-the-web-app)

0 commit comments

Comments
 (0)