|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | | -<cheatsheet title="Creating and deploying application to OpenShift"> |
| 2 | +<cheatsheet title="Creating, building and deploying application to OpenShift"> |
3 | 3 | <intro> |
4 | 4 | <description>This cheatsheet will guide you through creating, building and deploying |
5 | 5 | application to Openshift. |
|
9 | 9 | <description>Follow these steps to start CDK/Minishift in Eclipse |
10 | 10 | </description> |
11 | 11 | <subitem |
12 | | - label="Open 'Servers View'"> |
| 12 | + label="Open 'Servers' View"> |
13 | 13 | </subitem> |
14 | 14 | <subitem |
15 | 15 | label="Select 'Container Development Environment 3.2+'"> |
|
27 | 27 | <item title="Create OpenShift Application"> |
28 | 28 | <description>Follow these steps to create, build, and deploy the application |
29 | 29 | </description> |
30 | | - <subitem label="Open Openshift Explorer View"> |
| 30 | + <subitem label="Open 'Openshift Explorer' View"> |
31 | 31 | <command |
32 | 32 | required="true" |
33 | 33 | serialization="org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.jboss.tools.openshift.express.ui.explorer.expressConsoleView)"/> |
34 | 34 | </subitem> |
35 | 35 | <subitem label="Select 'New->Application...' from context menu for root node"> |
36 | 36 | </subitem> |
37 | | - <subitem label="Select nodejs-mongo-persistent project from 'Server application source' list"> |
| 37 | + <subitem label="Select 'nodejs-mongo-persistent' project from 'Server application source' list"> |
38 | 38 | </subitem> |
39 | | - <subitem label="Press 'Next' button to see 'Template parameters' page"> |
| 39 | + <subitem label="Press 'Next' button to see 'Template Parameters' page"> |
40 | 40 | </subitem> |
41 | 41 | <subitem label="Press 'Finish' button to create application"> |
42 | 42 | </subitem> |
43 | 43 | <subitem label="Press 'OK' button in 'Create Application Summary' dialog"> |
44 | 44 | </subitem> |
45 | | - <subitem label="Press 'OK' button in 'Create Application Summary' dialog"> |
46 | | - </subitem> |
47 | 45 | <subitem label="Press 'Finish' button in 'Import OpenShift Application' dialog"> |
48 | 46 | </subitem> |
49 | | - <subitem label="Press 'Yes' button to create server adapter for imported application"> |
| 47 | + <subitem label="Press 'Yes' button for request to create server adapter for created application"> |
50 | 48 | </subitem> |
51 | 49 | </item> |
52 | 50 | <item title="Wait Application built and deployed"> |
53 | | - <description>When the application is finished building and deploying you should see two running pods in <b>OpenShift Explorer View</b>. |
| 51 | + <description>When the application is finished building and deploying you should see two running pods in <b>OpenShift Explorer</b> View. |
54 | 52 | </description> |
55 | 53 | </item> |
56 | 54 | <item title="Open Application home page in browser"> |
|
0 commit comments