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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,11 @@ Option 2 (deploy from your local machine):
42
42
1. Clone or download this repo onto your machine.
43
43
2. Open a terminal prompt to the directory of your application.
44
44
3. If you don't have an account, [create a free one here](https://console.ng.bluemix.net/registration/).
45
-
4. Set your Cloud Foundry CLI tool's API endpoint to: `bx api https://api.ng.bluemix.net `
46
-
5. Login to your account via the command line: `bx login`
47
-
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 mean-starter-mongodb`
49
-
8. Push your app to IBM Cloud with `bx cf push`
45
+
4. Set your Cloud Foundry CLI tool's API endpoint to: `ibmcloud api https://api.ng.bluemix.net `
46
+
5. Login to your account via the command line: `ibmcloud login`
47
+
6. Target your account ORG and SPACE `ibmcloud target -o ORG -s SPACE`
48
+
7. Create the instance of Compose for MongoDB on IBM Cloud: `ibmcloud cf create-service compose-for-mongodb Standard mean-starter-mongodb`
49
+
8. Push your app to IBM Cloud with `ibmcloud cf push`
50
50
9. Done, the app should be looking like:<imgsrc="ReadME-Images/live-app.png">
51
51
52
52
@@ -80,16 +80,16 @@ There is also generous commenting throughout the application which helps explain
80
80
Please create a pull request with your desired changes.
81
81
82
82
## Troubleshooting
83
-
The primary source of debugging information for your app is the logs. To see them, run the following command using the Cloud Foundry CLI:
83
+
The primary source of debugging information for your app is the logs. To see them, run the following Cloud Foundry command using the IBM Cloud CLI:
84
84
85
85
```
86
-
$ bx cf logs <application-name> --recent
86
+
$ ibmcloud cf logs <application-name> --recent
87
87
```
88
88
89
89
If you are not sure what your application name is, use this command to print your application name(s):
90
90
91
91
```
92
-
$ bx cf apps
92
+
$ ibmcloud cf apps
93
93
```
94
94
95
95
For more detailed information on troubleshooting your application, see the [Troubleshooting section](https://www.ng.bluemix.net/docs/troubleshoot/tr.html) in the documentation.
0 commit comments