Skip to content

Commit 55b2c7c

Browse files
author
Twana Daniel
committed
Update database name to: mean-starter-mongodb
1 parent 8d3ab85 commit 55b2c7c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Option 2 (deploy from your local machine):
4545
4. Set your Cloud Foundry CLI tool's API endpoint to: `bx api https://api.ng.bluemix.net `
4646
5. Login to your account via the command line: `bx login`
4747
6. Target your account ORG and SPACE `bx target -o ORG -s SPACE`
48-
7. Create the instance of Compose for MongoDB on IBM Cloud: `bx cf create-service compose-for-mongodb Standard mongodb`
48+
7. Create the instance of Compose for MongoDB on IBM Cloud: `bx cf create-service compose-for-mongodb Standard mean-starter-mongodb`
4949
8. Push your app to IBM Cloud with `bx cf push`
5050
9. Done, the app should be looking like:<img src="ReadME-Images/live-app.png">
5151

manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ applications:
44
host: mean-${random-word}
55
memory: 256M
66
services:
7-
- mongodb
7+
- mean-starter-mongodb
88
env:
99
NODE_ENV: cloud-foundry
1010
declared-services:
11-
mongodb:
11+
mean-starter-mongodb:
1212
label: compose-for-mongodb
1313
plan: Standard

0 commit comments

Comments
 (0)