|
2 | 2 | ================================================================================
|
3 | 3 |
|
4 | 4 | The ToDo sample apps are meant to be simple demos of how you can take advantage
|
5 |
| -of BlueMix and a database service. In addition it shows how to take advantage |
6 |
| -of both the [built-in](https://www.ng.bluemix.net/docs/RT/Runtimes.jsp) and |
7 |
| -[community buildpacks](https://github.com/cloudfoundry-community/cf-docs-contrib/wiki/Buildpacks) |
| 5 | +of Bluemix and a database service. In addition it shows how to take advantage |
| 6 | +of both the [built-in](https://www.ng.bluemix.net/docs/starters/rt_landing.html) and [community buildpacks](https://github.com/cloudfoundry-community/cf-docs-contrib/wiki/Buildpacks) |
8 | 7 | to deploy your app using whatever runtime you choose.
|
9 | 8 |
|
10 | 9 | The ToDo app is pretty simple, it allows you to add an persist ToDos that you
|
@@ -65,10 +64,9 @@ running the samples
|
65 | 64 |
|
66 | 65 | To run the samples on BlueMix you must have signed up for BlueMix and have
|
67 | 66 | installed the Cloud Foundry command line tool. To sign up for BlueMix head to
|
68 |
| -[bluemix.net](http://bluemix.net) and register. |
| 67 | +[bluemix.net](https://console.ng.bluemix.net/?cm_mmc=Display-GitHubReadMe-_-BluemixSampleApp-Todo-_-Node-Compose-_-BM-DevAd) and register. |
69 | 68 |
|
70 |
| -You can download the Cloud Foundry command line tool by following the steps in the |
71 |
| -[README file](https://github.com/cloudfoundry/cli). |
| 69 | +You can download the Cloud Foundry command line tool by following the steps in the [README file](https://github.com/cloudfoundry/cli). |
72 | 70 |
|
73 | 71 | After you have installed the Cloud Foundry command line tool you need to point it
|
74 | 72 | at BlueMix so it knows where to deploy the applications. You can do this by running
|
@@ -153,7 +151,7 @@ The response should be a 204.
|
153 | 151 | ### Mongo
|
154 | 152 |
|
155 | 153 | * The Mongo implementation should use a collection called "todos".
|
156 |
| -* You should create a Mongo DB service with the name "todo-mongo-db". |
| 154 | +* You should create a Mongo DB service with the name "todo-mongo-db" or "todo-compose-mongo-db", depending on which Mongo provider you choose. |
157 | 155 |
|
158 | 156 | #### Setting Up a Mongo DB server Locally
|
159 | 157 |
|
|
0 commit comments