Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 719c4d5

Browse files
committed
Edits getting started guide based on To-do list from Tanya.
1 parent bf6c599 commit 719c4d5

File tree

3 files changed

+28
-27
lines changed

3 files changed

+28
-27
lines changed

docs/modules/ROOT/images/.DS_Store

0 Bytes
Binary file not shown.
153 KB
Loading

docs/modules/ROOT/pages/getting-started/index.adoc

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Every great app needs a name – add yours!
1919

2020
=== Choosing a bundled sample
2121

22-
. Click *Start with a sample*.
23-
. Choose one of the following options:
22+
Scroll to the section *Select a sample* and choose one of the following options:
23+
2424
* Node.js
2525
* Quarkus
2626
* Spring Boot
@@ -56,19 +56,20 @@ Right now we support GitHub, but come back soon for other Git providers!
5656

5757
=== Importing the code from your forked repository
5858

59-
. Return to the app and go back to the *Select a sample* view.
60-
. Click *Import your code*.
59+
. Return to the app and scroll up to *Bring in your own code*.
6160
. In *Git repo URL*, paste the URL that you copied in the previous section.
62-
. Click *Next*.
61+
. Click *Import code*.
6362

6463
=== Reviewing and configuring
65-
We scan your Git repository for source code and detect your runtime and other configuration settings for you to review. You have the option to use our default build pipeline or to customize the pipeline.
64+
We now scan your Git repository for source code and detect your runtime and other configuration settings for you to review. You have the option to use our default build pipeline or to customize the pipeline.
6665

67-
For now, select *Default*.
66+
For now, leave the toggle set to *Default build pipeline*.
6867

6968
== Congrats!
7069

71-
Now click *Create* and we’ll start building your application. We build an image from the source code of this sample.
70+
Now, scroll to the end of the page and click *Create application*. We build an image from the source code of this sample.
71+
72+
Congrats! You're done with the first steps!
7273

7374
== Next steps
7475

@@ -107,40 +108,40 @@ Didn’t fork your repo? Fret not! You can also view your activity by pipeline r
107108

108109
To view your pipeline runs, go to the *Activity* tab and click *Pipeline runs*.
109110

110-
=== Adding an integration test
111+
The following image shows the *Pipeline run details*.
111112

112-
An integration test is a pipeline that you set up in GitHub. When you add components, it tests each one individually, and then tests the application as a whole.
113+
image::Pipeline-runs.png[View of an application's pipeline runs. Multiple tasks are depicted in a tree flow and the user can click on a task to view more details.]
113114

114-
To add an integration test, complete the following steps:
115+
From the previous view, you can see tasks that you can run based on the pipeline definition while the image is being inspected. You can also click an individual task to see its details.
115116

116-
. Go to the *Integration tests* tab.
117-
. Click *Add integration test*.
118-
. Enter a name for your test, a path to the container image, and the name of the pipeline that you want to run.
119-
. Click *Add integration test*.
117+
=== Viewing your application route
120118

121-
=== Viewing your application route
119+
You can find each component’s route in the *Components* tab, next to each component’s details.
122120

123-
You can find each component’s route in the *Components* tab, next to each component’s details:
121+
=== Managing compliance with Enterprise Contract
122+
The Enterprise Contract (EC) is an artifact verifier and customizable policy checker. You can use EC to keep your software supply chain secure and to ensure that container images comply with your organization’s policies.
124123

125124
////
126-
image::modules/ROOT/images/View-application-route.png[The Components tab has a hyperlink called Route that opens the current component's route.]
125+
For more information on this topic, go to [placeholder for Gaurav's topic]
127126
////
128127

129-
=== Examining your integration test results
128+
=== Deploying your app
129+
Check the status of your application in *Environments*. You can view information about your environment such as its type, strategy, and deployment status:
130130

131-
You can view your test results in two different ways:
131+
image::Environments.png[The Environments tab shows the type of your environment, its deployment strategy, the cluster type, the application status, the last deploy, and the applications deployed. In this example, the type is Default, the strategy is Automatic, the cluster type is OpenShift, the Application status is Missing, the Last deploy is -, and there are 3 applications deployed.]
132132

133-
* Go to the *Activity* tab and select *Pipeline runs*.
134-
* View your integration test log output by selecting *Logs*:
133+
An environment is a set of compute resources that you can use to develop, test, and stage your applications. There is a development environment included for you so that you can explore {ProductName}.
135134

136-
image::Logs_step2.png[In Activity after you select Pipeline runs, there is a tab called Logs.]
135+
=== Examining your SBOM
137136

138-
=== Deploying your app
139-
Check the status of your application in *Environments*. You can view information about your environment such as its type, strategy, and deployment status:
137+
A software bill of materials (SBOM) is a list of all the software libraries that a component uses. You can run 'cosign' in your command line interface (CLI) to inspect the image SBOM.
138+
139+
For more information on this topic, go to xref:how-to-guides/Secure-your-supply-chain/proc_inspect_sbom.adoc.
140140

141-
image::Environments.png[The Environments tab shows the type of your environment, its deployment strategy, the cluster type, the application status, the last deploy, and the applications deployed. In this example, the type is Default, the strategy is Automatic, the cluster type is OpenShift, the Application status is Missing, the Last deploy is -, and there are 3 applications deployed.]
142141

143-
An environment is a set of compute resources that you can use to develop, test, and stage your applications.
142+
////
143+
Placeholder for BYOC topic
144+
////
144145

145146
== Great work!
146147
Congrats on creating your first application!

0 commit comments

Comments
 (0)