File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Option 2 (deploy from your local machine):
45454 . Set your Cloud Foundry CLI tool's API endpoint to: ` bx api https://api.ng.bluemix.net `
46465 . Login to your account via the command line: ` bx login `
47476 . 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 `
49498 . Push your app to IBM Cloud with ` bx cf push `
50509 . Done, the app should be looking like:<img src =" ReadME-Images/live-app.png " >
5151
Original file line number Diff line number Diff 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
1010declared-services :
11- mongodb :
11+ mean-starter- mongodb :
1212 label : compose-for-mongodb
1313 plan : Standard
You can’t perform that action at this time.
0 commit comments