Skip to content

Commit df56446

Browse files
committed
Fix #1398
1 parent ab716c1 commit df56446

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

cheatsheets/cdk-creating-project-gd.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<cheatsheet title="Creating, building and deploying application to OpenShift">
33
<intro>
4-
<description>This cheatsheet will guide you through creating, building and deploying
5-
application to Openshift.
4+
<description>This cheat sheet will guide you through creating, building and deploying
5+
an application to Openshift.
66
</description>
77
</intro>
88
<item title="Start CDK/Minishift">
@@ -21,14 +21,14 @@
2121
label="On local tool bar press &apos;Start the server&apos; button">
2222
</subitem>
2323
<subitem
24-
label="Wait for virtual machine is up and running">
24+
label="Wait until virtual machine is running">
2525
</subitem>
2626
<subitem
27-
label="Accept untrusted SSL certificate to connect to OpenShift cluster">
27+
label="Accept the untrusted SSL certificate to connect to OpenShift cluster">
2828
</subitem>
2929
</item>
30-
<item title="Create OpenShift Application">
31-
<description>Follow these steps to create, build, and deploy the application
30+
<item title="Create an OpenShift Application">
31+
<description>Follow these steps to create, build, and deploy the application
3232
</description>
3333
<subitem label="Open &apos;Openshift Explorer&apos; View">
3434
<command
@@ -39,22 +39,22 @@
3939
</subitem>
4040
<subitem label="Select &apos;nodejs-mongo-persistent&apos; project from &apos;Server application source&apos; list and press &apos;Next&apos; button.">
4141
</subitem>
42-
<subitem label="On &apos;Template Parameters&apos; page press &apos;Finish&apos; button to create OpenShift application.">
42+
<subitem label="On &apos;Template Parameters&apos; page, press &apos;Finish&apos; button to create OpenShift application.">
4343
</subitem>
44-
<subitem label="When &apos;Create Application Summary&apos; dialog shows up press &apos;OK&apos; button.">
44+
<subitem label="When &apos;Create Application Summary&apos; dialog box displays, press &apos;OK&apos; button.">
4545
</subitem>
46-
<subitem label="In &apos;Import OpenShift Application&apos; dialog press &apos;Finish&apos; button.">
46+
<subitem label="When &apos;Import OpenShift Application&apos; dialog box displays, press &apos;Finish&apos; button.">
4747
</subitem>
48-
<subitem label="When request to create server adapter for new application pops up press &apos;Yes&apos; button.">
48+
<subitem label="When request to create server adapter for new application dialog box displays, press &apos;Yes&apos; button.">
4949
</subitem>
5050
</item>
5151
<item title="Wait Application built and deployed">
52-
<description>When the application is finished building and deploying you should see two running pods in <b>OpenShift Explorer</b> View.
52+
<description>When the application is finished building and deploying you should see two running pods in <b>OpenShift Explorer</b> View.
5353
</description>
5454
</item>
5555
<item title="Open Application home page in browser">
5656
<description>
57-
At this point, you&apos;ve successfully created, built and deployed a Node.js and MongoDB application in containers running on OpenShift in your personal OpenShift cluster.
57+
At this point, you&apos;ve successfully created, built and deployed a Node.js and MongoDB application in containers running on OpenShift in your personal OpenShift cluster.
5858
From context menu for &apos;My Project&apos; node in OpenShift Explorer tree select &apos;Show In-&gt;Web Browser&apos; to see your Application home page in browser.
5959
</description>
6060
</item>

requirements.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
},
126126
"devstuidocentralcheckstyle": {
127127
"name": "Eclipse Checkstyle",
128-
"description": "Checkstye Integration into the Eclipse IDE.",
128+
"description": "Checkstyle Integration into the Eclipse IDE.",
129129
"vendor": "eclipse-cs and sevntu-checkstyle",
130130
"modulePath": "model/devstudio-central-p2-zip",
131131
"installable": true,
@@ -670,7 +670,7 @@
670670
},
671671
"fusedevelopment": {
672672
"name": "Red Hat Fuse Guided Development",
673-
"description": "A step by step Red Hat Fuse application development",
673+
"description": "Develop a Red Hat Fuse application with step-by-step instructions",
674674
"congratulation": "Congratulations! You've learned how to create and deploy Fuse applications!",
675675
"ref" : {
676676
"camel-project" : {
@@ -702,7 +702,7 @@
702702
},
703703
"eclipsedevelopment": {
704704
"name": "Eclipse Plug-in Guided Development",
705-
"description": "A step by step guided Eclipse development",
705+
"description": "Develop an Eclipse based application with step-by-step instructions",
706706
"congratulation": "Congratulations! You've learned how to create Eclipse based applications!",
707707
"ref" : {
708708
"plugin-project" : {
@@ -740,7 +740,7 @@
740740
},
741741
"javadevelopment": {
742742
"name": "Java Guided Development",
743-
"description": "A step by step guided Java development",
743+
"description": "Develop a Java application with step-by-step instructions",
744744
"congratulation": "Congratulations! You've learned how to create Java applications!",
745745
"ref" : {
746746
"hello-world" : {
@@ -778,14 +778,14 @@
778778
},
779779
"cdkdevelopment": {
780780
"name": "Guided Development on local OpenShift",
781-
"description": "A step by step application development for Openshift",
782-
"congratulation": "Congratulations! You've learned how to create, build and deploy applications on Openshift!",
781+
"description": "Develop an application on OpenShift with step-by-step instructions",
782+
"congratulation": "Congratulations! You've learned how to create, build and deploy applications on OpenShift!",
783783
"file": {
784784
"creating-project": {
785785
"fileName": "cdk-creating-project-gd.xml",
786786
"taskName": "Creating, building and deploying application to OpenShift",
787-
"intro": "This cheatsheet explains how to create, build and deploy application to Openshift using Red Hat Developer Studio and Container Development Kit.",
788-
"onCompletion": "Congratulations! You have learned how to create, build and deploy application to Openshift!"
787+
"intro": "This cheatsheet explains how to create, build and deploy application to OpenShift using Red Hat Developer Studio and Container Development Kit.",
788+
"onCompletion": "Congratulations! You have learned how to create, build and deploy application to OpenShift!"
789789
}
790790
},
791791
"vendor": "Red Hat, Inc.",

0 commit comments

Comments
 (0)