Skip to content

Commit cd8ab10

Browse files
author
Laura Zdanski
authored
Merge pull request #16 from lzdanski/Update-Readme
Update readme
2 parents 42e681a + 5410372 commit cd8ab10

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
# Liberty on Bluemix getting started application
3-
The Bluemix Getting started tutorial for Liberty uses this sample application to provide you with a sample workflow for working with any Liberty app on Bluemix; you set up a development environment, deploy an app locally and on Bluemix, and integrate a Bluemix database service in your app.
2+
# Liberty getting started application
3+
The Getting Started tutorial for Liberty uses this sample application to provide you with a sample workflow for working with any Liberty app on Bluemix or in IBM Cloud Private; you set up a development environment, deploy an app locally and on the cloud, and then integrate a Bluemix database service in your app.
44

55
The Liberty app uses the [Cloudant Java Client](https://github.com/cloudant/java-cloudant) to add information to a database and then return information from a database to the UI.
66

@@ -10,8 +10,10 @@ The Liberty app uses the [Cloudant Java Client](https://github.com/cloudant/java
1010
</kbd>
1111
</p>
1212

13-
The following steps are the general procedure to set up and deploy your app. See more detailed instructions in the [Getting started tutorial for Liberty](https://console.bluemix.net/docs/runtimes/liberty/getting-started.html#getting-started-tutorial).
13+
The following steps are the general procedure to set up and deploy your app to Bluemix. See more detailed instructions in the [Getting started tutorial for Liberty](https://console.stage1.bluemix.net/docs/runtimes/liberty/getting-started.html#getting-started-tutorial).
14+
15+
The starter application for IBM Cloud Private guides you through a similar process. However, instead of hosting both your service and application in the same cloud environment, you use a user-provided service. This guide shows you how to deploy your application to IBM Cloud Private and bind it to a Cloudant Database in Bluemix. For the complete procedure, see [Working with user-provided services and the Liberty starter app](https://www.ibm.com/support/knowledgecenter/SSBS6K_2.1.0/cloud_foundry/buildpacks/buildpacks_using_Libertyapp.html).
1416

1517
## Before you begin
1618

17-
You'll need a [Bluemix account](https://console.ng.bluemix.net/registration/), [Git](https://git-scm.com/downloads) [Cloud Foundry CLI](https://github.com/cloudfoundry/cli#downloads) and [Maven](https://maven.apache.org/download.cgi) installed.
19+
You'll need a [Bluemix account](https://console.ng.bluemix.net/registration/), [Git](https://git-scm.com/downloads), [Cloud Foundry CLI](https://github.com/cloudfoundry/cli#downloads), and [Maven](https://maven.apache.org/download.cgi) installed. If you use [IBM Cloud Private](https://www.ibm.com/cloud-computing/products/ibm-cloud-private/), you need access to the [IBM Cloud Private Cloud Foundry](https://www.ibm.com/support/knowledgecenter/en/SSBS6K_2.1.0/cloud_foundry/overview.html) environment.

0 commit comments

Comments
 (0)