You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The code and detailed steps are discussed in the [IBM Cloud solution tutorial](h
31
31
1. If you don't have an account, [create a free one here](https://cloud.ibm.com).
32
32
1. Login to your account via the command line: `ibmcloud login`
33
33
1. Target your account ORG and SPACE `ibmcloud target --cf`
34
-
1. Create the instance of Compose for MongoDB on IBM Cloud: `ibmcloud cf create-service databases-for-mongodb standard mean-starter-mongodb`
34
+
1. Create the instance of IBM Cloud Databases for MongoDB on IBM Cloud: `ibmcloud cf create-service databases-for-mongodb standard mean-starter-mongodb`
35
35
1. Rename `.env.example` file to `.env` and run `ibmcloud cf service-key mean-starter-mongodb "Service credentials-1"` for MONGODB_URL and CERTIFICATE_BASE64. Choose your own SESSION_SECRET.
36
36
1. Run `node server.js` to start your app
37
37
1. Open a browser to the link provided in the terminal prompt to view your app
@@ -61,7 +61,7 @@ Option 2 (deploy from your local machine):
61
61
3. If you don't have an account, [create a free one here](https://cloud.ibm.com).
62
62
4. Login to your account via the command line: `ibmcloud login`
63
63
5. Target your account ORG and SPACE `ibmcloud target --cf`
64
-
6. Create the instance of Compose for MongoDB on IBM Cloud: `ibmcloud cf create-service databases-for-mongodb standard mean-starter-mongodb`
64
+
6. Create the instance of IBM Cloud Databases for MongoDB on IBM Cloud: `ibmcloud cf create-service databases-for-mongodb standard mean-starter-mongodb`
65
65
7. Push your app to IBM Cloud with `ibmcloud cf push`
66
66
8. Done, the app should be looking like:<imgsrc="ReadME-Images/live-app.png">
0 commit comments