Skip to content

Commit

Permalink
Commit from GitHub Actions (WildFly Quickstarts Update 'README.adoc's)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmartins committed Feb 19, 2024
1 parent 646a8fc commit 6f3c7f1
Show file tree
Hide file tree
Showing 62 changed files with 314 additions and 893 deletions.
7 changes: 3 additions & 4 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ ifndef::ProductRelease,EAPXPRelease[]
:WildFlyQuickStartRepoTag: 31.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
// Do not update the following until after the 7.4 docs are published!
:DocInfoProductNumber: 7.4
:DocInfoProductNumber: 8.0
:DocInfoPreviousProductName: jboss-enterprise-application-platform
:helmRepoName: wildfly
:helmRepoUrl: http://docs.wildfly.org/wildfly-charts/
Expand Down Expand Up @@ -103,7 +102,7 @@ endif::[]
// OpenShift repository and reference for quickstarts
:EAPQuickStartRepo: https://github.com/jboss-developer/jboss-eap-quickstarts
:EAPQuickStartRepoRef: 8.0.x
:EAPQuickStartRepoTag: EAP_8.0.0.Beta
:EAPQuickStartRepoTag: EAP_8.0.0.GA
// Links to the OpenShift documentation
:LinkOpenShiftGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_container_platform/
:LinkOpenShiftOnlineGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_online/
Expand Down Expand Up @@ -210,7 +209,7 @@ The quickstarts demonstrate {javaVersion} and a few additional technologies from

These quickstarts run on the WildFly application server. The quickstarts are configured to use the correct Maven dependencies and ensure that you test and compile the quickstarts against the correct runtime environment.

Each quickstart folder contains a `README.adoc` file that describes the quickstart features and provides instructions about how to build and run it. Instructions are provided to build the more readable `README.html` files.
Each quickstart folder contains a `README-source.adoc` file that describes the quickstart features and provides instructions about how to build and run it. Instructions are provided to build the more readable `README.html` files.

Make sure you read this entire document before you attempt to work with the quickstarts.

Expand Down
23 changes: 6 additions & 17 deletions batch-processing/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ ifndef::ProductRelease,EAPXPRelease[]
:WildFlyQuickStartRepoTag: 31.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
// Do not update the following until after the 7.4 docs are published!
:DocInfoProductNumber: 7.4
:DocInfoProductNumber: 8.0
:DocInfoPreviousProductName: jboss-enterprise-application-platform
:helmRepoName: wildfly
:helmRepoUrl: http://docs.wildfly.org/wildfly-charts/
Expand Down Expand Up @@ -107,7 +106,7 @@ endif::[]
// OpenShift repository and reference for quickstarts
:EAPQuickStartRepo: https://github.com/jboss-developer/jboss-eap-quickstarts
:EAPQuickStartRepoRef: 8.0.x
:EAPQuickStartRepoTag: EAP_8.0.0.Beta
:EAPQuickStartRepoTag: EAP_8.0.0.GA
// Links to the OpenShift documentation
:LinkOpenShiftGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_container_platform/
:LinkOpenShiftOnlineGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_online/
Expand Down Expand Up @@ -507,7 +506,7 @@ endif::[]
endif::mavenCommand[]
. Make sure you start the {productName} server as described above.
. Make sure {productName} server is started.
. Open a terminal and navigate to the root directory of this quickstart.
ifdef::reactive-messaging[]
. Run this command to enable the MicroProfile Reactive Messaging functionality on the server
Expand All @@ -531,17 +530,9 @@ $ mvn {mavenCommand}
$ mvn wildfly:deploy
----
ifdef::rest-client-qs[]
This builds and deploys the `country-server` and `country-client` to the running instance of the server.
You should see a message in the server log indicating that the archives deployed successfully.
endif::[]
ifndef::rest-client-qs[]
This deploys the `{archiveDir}/{archiveFileName}` to the running instance of the server.
You should see a message in the server log indicating that the archive deployed successfully.
endif::[]
:leveloffset!:
Expand Down Expand Up @@ -645,10 +636,8 @@ This quickstart includes integration tests, which are located under the `{integr
Follow these steps to run the integration tests.
. Make sure you start the {productName} server, as previously described.
. Make sure you build and deploy the quickstart, as previously described.
. Make sure {productName} server is started.
. Make sure the quickstart is deployed.
. Type the following command to run the `verify` goal with the `integration-testing` profile activated.
+
[source,options="nowrap"]
Expand All @@ -668,7 +657,7 @@ $ mvn verify -Pintegration-testing
//*******************************************************************************
When you are finished testing the quickstart, follow these steps to undeploy the archive.
. Make sure you xref:start_the_eap_standalone_server[start the {productName} server] as described above.
. Make sure {productName} server is started.
. Open a terminal and navigate to the root directory of this quickstart.
. Type this command to undeploy the archive:
+
Expand Down
23 changes: 6 additions & 17 deletions bmt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ ifndef::ProductRelease,EAPXPRelease[]
:WildFlyQuickStartRepoTag: 31.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
// Do not update the following until after the 7.4 docs are published!
:DocInfoProductNumber: 7.4
:DocInfoProductNumber: 8.0
:DocInfoPreviousProductName: jboss-enterprise-application-platform
:helmRepoName: wildfly
:helmRepoUrl: http://docs.wildfly.org/wildfly-charts/
Expand Down Expand Up @@ -107,7 +106,7 @@ endif::[]
// OpenShift repository and reference for quickstarts
:EAPQuickStartRepo: https://github.com/jboss-developer/jboss-eap-quickstarts
:EAPQuickStartRepoRef: 8.0.x
:EAPQuickStartRepoTag: EAP_8.0.0.Beta
:EAPQuickStartRepoTag: EAP_8.0.0.GA
// Links to the OpenShift documentation
:LinkOpenShiftGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_container_platform/
:LinkOpenShiftOnlineGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_online/
Expand Down Expand Up @@ -507,7 +506,7 @@ endif::[]
endif::mavenCommand[]
. Make sure you start the {productName} server as described above.
. Make sure {productName} server is started.
. Open a terminal and navigate to the root directory of this quickstart.
ifdef::reactive-messaging[]
. Run this command to enable the MicroProfile Reactive Messaging functionality on the server
Expand All @@ -531,17 +530,9 @@ $ mvn {mavenCommand}
$ mvn wildfly:deploy
----
ifdef::rest-client-qs[]
This builds and deploys the `country-server` and `country-client` to the running instance of the server.
You should see a message in the server log indicating that the archives deployed successfully.
endif::[]
ifndef::rest-client-qs[]
This deploys the `{archiveDir}/{archiveFileName}` to the running instance of the server.
You should see a message in the server log indicating that the archive deployed successfully.
endif::[]
:leveloffset!:
Expand Down Expand Up @@ -577,10 +568,8 @@ This quickstart includes integration tests, which are located under the `{integr
Follow these steps to run the integration tests.
. Make sure you start the {productName} server, as previously described.
. Make sure you build and deploy the quickstart, as previously described.
. Make sure {productName} server is started.
. Make sure the quickstart is deployed.
. Type the following command to run the `verify` goal with the `integration-testing` profile activated.
+
[source,options="nowrap"]
Expand All @@ -600,7 +589,7 @@ $ mvn verify -Pintegration-testing
//*******************************************************************************
When you are finished testing the quickstart, follow these steps to undeploy the archive.
. Make sure you xref:start_the_eap_standalone_server[start the {productName} server] as described above.
. Make sure {productName} server is started.
. Open a terminal and navigate to the root directory of this quickstart.
. Type this command to undeploy the archive:
+
Expand Down
23 changes: 6 additions & 17 deletions cmt/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ ifndef::ProductRelease,EAPXPRelease[]
:WildFlyQuickStartRepoTag: 31.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
// Do not update the following until after the 7.4 docs are published!
:DocInfoProductNumber: 7.4
:DocInfoProductNumber: 8.0
:DocInfoPreviousProductName: jboss-enterprise-application-platform
:helmRepoName: wildfly
:helmRepoUrl: http://docs.wildfly.org/wildfly-charts/
Expand Down Expand Up @@ -107,7 +106,7 @@ endif::[]
// OpenShift repository and reference for quickstarts
:EAPQuickStartRepo: https://github.com/jboss-developer/jboss-eap-quickstarts
:EAPQuickStartRepoRef: 8.0.x
:EAPQuickStartRepoTag: EAP_8.0.0.Beta
:EAPQuickStartRepoTag: EAP_8.0.0.GA
// Links to the OpenShift documentation
:LinkOpenShiftGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_container_platform/
:LinkOpenShiftOnlineGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_online/
Expand Down Expand Up @@ -524,7 +523,7 @@ endif::[]
endif::mavenCommand[]
. Make sure you start the {productName} server as described above.
. Make sure {productName} server is started.
. Open a terminal and navigate to the root directory of this quickstart.
ifdef::reactive-messaging[]
. Run this command to enable the MicroProfile Reactive Messaging functionality on the server
Expand All @@ -548,17 +547,9 @@ $ mvn {mavenCommand}
$ mvn wildfly:deploy
----
ifdef::rest-client-qs[]
This builds and deploys the `country-server` and `country-client` to the running instance of the server.
You should see a message in the server log indicating that the archives deployed successfully.
endif::[]
ifndef::rest-client-qs[]
This deploys the `{archiveDir}/{archiveFileName}` to the running instance of the server.
You should see a message in the server log indicating that the archive deployed successfully.
endif::[]
:leveloffset!:
Expand Down Expand Up @@ -590,10 +581,8 @@ This quickstart includes integration tests, which are located under the `{integr
Follow these steps to run the integration tests.
. Make sure you start the {productName} server, as previously described.
. Make sure you build and deploy the quickstart, as previously described.
. Make sure {productName} server is started.
. Make sure the quickstart is deployed.
. Type the following command to run the `verify` goal with the `integration-testing` profile activated.
+
[source,options="nowrap"]
Expand All @@ -613,7 +602,7 @@ $ mvn verify -Pintegration-testing
//*******************************************************************************
When you are finished testing the quickstart, follow these steps to undeploy the archive.
. Make sure you xref:start_the_eap_standalone_server[start the {productName} server] as described above.
. Make sure {productName} server is started.
. Open a terminal and navigate to the root directory of this quickstart.
. Type this command to undeploy the archive:
+
Expand Down
17 changes: 4 additions & 13 deletions contacts-jquerymobile/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ ifndef::ProductRelease,EAPXPRelease[]
:WildFlyQuickStartRepoTag: 31.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
// Do not update the following until after the 7.4 docs are published!
:DocInfoProductNumber: 7.4
:DocInfoProductNumber: 8.0
:DocInfoPreviousProductName: jboss-enterprise-application-platform
:helmRepoName: wildfly
:helmRepoUrl: http://docs.wildfly.org/wildfly-charts/
Expand Down Expand Up @@ -107,7 +106,7 @@ endif::[]
// OpenShift repository and reference for quickstarts
:EAPQuickStartRepo: https://github.com/jboss-developer/jboss-eap-quickstarts
:EAPQuickStartRepoRef: 8.0.x
:EAPQuickStartRepoTag: EAP_8.0.0.Beta
:EAPQuickStartRepoTag: EAP_8.0.0.GA
// Links to the OpenShift documentation
:LinkOpenShiftGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_container_platform/
:LinkOpenShiftOnlineGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_online/
Expand Down Expand Up @@ -492,7 +491,7 @@ endif::[]
endif::mavenCommand[]
. Make sure you start the {productName} server as described above.
. Make sure {productName} server is started.
. Open a terminal and navigate to the root directory of this quickstart.
ifdef::reactive-messaging[]
. Run this command to enable the MicroProfile Reactive Messaging functionality on the server
Expand All @@ -516,17 +515,9 @@ $ mvn {mavenCommand}
$ mvn wildfly:deploy
----
ifdef::rest-client-qs[]
This builds and deploys the `country-server` and `country-client` to the running instance of the server.
You should see a message in the server log indicating that the archives deployed successfully.
endif::[]
ifndef::rest-client-qs[]
This deploys the `{archiveDir}/{archiveFileName}` to the running instance of the server.
You should see a message in the server log indicating that the archive deployed successfully.
endif::[]
:leveloffset!:
Expand Down Expand Up @@ -578,7 +569,7 @@ The application is made up of the following pages:
//*******************************************************************************
When you are finished testing the quickstart, follow these steps to undeploy the archive.
. Make sure you xref:start_the_eap_standalone_server[start the {productName} server] as described above.
. Make sure {productName} server is started.
. Open a terminal and navigate to the root directory of this quickstart.
. Type this command to undeploy the archive:
+
Expand Down
23 changes: 6 additions & 17 deletions ee-security/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ ifndef::ProductRelease,EAPXPRelease[]
:WildFlyQuickStartRepoTag: 31.0.0.Final
:DocInfoProductName: Red Hat JBoss Enterprise Application Platform
:DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
// Do not update the following until after the 7.4 docs are published!
:DocInfoProductNumber: 7.4
:DocInfoProductNumber: 8.0
:DocInfoPreviousProductName: jboss-enterprise-application-platform
:helmRepoName: wildfly
:helmRepoUrl: http://docs.wildfly.org/wildfly-charts/
Expand Down Expand Up @@ -107,7 +106,7 @@ endif::[]
// OpenShift repository and reference for quickstarts
:EAPQuickStartRepo: https://github.com/jboss-developer/jboss-eap-quickstarts
:EAPQuickStartRepoRef: 8.0.x
:EAPQuickStartRepoTag: EAP_8.0.0.Beta
:EAPQuickStartRepoTag: EAP_8.0.0.GA
// Links to the OpenShift documentation
:LinkOpenShiftGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_container_platform/
:LinkOpenShiftOnlineGuide: https://access.redhat.com/documentation/en-us/{DocInfoProductNameURL}/{DocInfoProductNumber}/html-single/getting_started_with_jboss_eap_for_openshift_online/
Expand Down Expand Up @@ -590,7 +589,7 @@ endif::[]
endif::mavenCommand[]
. Make sure you start the {productName} server as described above.
. Make sure {productName} server is started.
. Open a terminal and navigate to the root directory of this quickstart.
ifdef::reactive-messaging[]
. Run this command to enable the MicroProfile Reactive Messaging functionality on the server
Expand All @@ -614,17 +613,9 @@ $ mvn {mavenCommand}
$ mvn wildfly:deploy
----
ifdef::rest-client-qs[]
This builds and deploys the `country-server` and `country-client` to the running instance of the server.
You should see a message in the server log indicating that the archives deployed successfully.
endif::[]
ifndef::rest-client-qs[]
This deploys the `{archiveDir}/{archiveFileName}` to the running instance of the server.
You should see a message in the server log indicating that the archive deployed successfully.
endif::[]
:leveloffset!:
Expand Down Expand Up @@ -680,10 +671,8 @@ This quickstart includes integration tests, which are located under the `{integr
Follow these steps to run the integration tests.
. Make sure you start the {productName} server, as previously described.
. Make sure you build and deploy the quickstart, as previously described.
. Make sure {productName} server is started.
. Make sure the quickstart is deployed.
. Type the following command to run the `verify` goal with the `integration-testing` profile activated.
+
[source,options="nowrap"]
Expand All @@ -703,7 +692,7 @@ $ mvn verify -Pintegration-testing
//*******************************************************************************
When you are finished testing the quickstart, follow these steps to undeploy the archive.
. Make sure you xref:start_the_eap_standalone_server[start the {productName} server] as described above.
. Make sure {productName} server is started.
. Open a terminal and navigate to the root directory of this quickstart.
. Type this command to undeploy the archive:
+
Expand Down
Loading

0 comments on commit 6f3c7f1

Please sign in to comment.