Skip to content

Commit

Permalink
Add caveat that only the as7 quickstarts currently run on OpenShift
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed May 3, 2012
1 parent 71d6a42 commit 6753705
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
4 changes: 3 additions & 1 deletion helloworld-rs/README.md
Expand Up @@ -83,9 +83,11 @@ If you want to debug the source code or look at the Javadocs of any library in t
Build and Deploy the Quickstart - to OpenShift Build and Deploy the Quickstart - to OpenShift
------------------------- -------------------------


_NOTE: At the time of this writing, JBoss Enterprise Application Platform 6 is not yet available on OpenShift, so only the JBoss AS 7 version of this quickstart can be deployed to OpenShift_.

### Create an OpenShift Express Account and Domain ### Create an OpenShift Express Account and Domain


If you do not yet have an OpenShift Express account and domain, visit <https://openshift.redhat.com/app/login> to create the account and domain. [Get Started with OpenShift](https://openshift.redhat.com/app/getting_started) will show you how to install the OpenShift Express command line interface. If you do not yet have an OpenShift account and domain, [Sign in to OpenShift](https://openshift.redhat.com/app/login) to create the account and domain. [Get Started with OpenShift](https://openshift.redhat.com/app/getting_started) will show you how to install the OpenShift Express command line interface.


### Create the OpenShift Application ### Create the OpenShift Application


Expand Down
7 changes: 4 additions & 3 deletions jax-rs-client/README.md
Expand Up @@ -80,16 +80,17 @@ MediaType: application/json


OpenShift OpenShift


To make this quickstart more interesting, deploy the RESTful service to OpenShift. The following instructions will guide you as to the modifications that To make this quickstart more interesting, deploy the RESTful service to OpenShift. The following instructions will guide you as to the modifications that must be made to successfully execute the jax-rs-client against a service deployed to OpenShift.
must be made to successfully execute the jax-rs-client against a service deployed to OpenShift.




Build and Deploy the Quickstart - to OpenShift Build and Deploy the Quickstart - to OpenShift
------------------------- -------------------------


_NOTE: At the time of this writing, JBoss Enterprise Application Platform 6 is not yet available on OpenShift, so only the JBoss AS 7 version of this quickstart can be deployed to OpenShift_.

### Create an OpenShift Express Account and Domain ### Create an OpenShift Express Account and Domain


If you do not yet have an OpenShift Express account and domain, visit <https://openshift.redhat.com/app/login> to create the account and domain. [Get Started with OpenShift](https://openshift.redhat.com/app/getting_started) will show you how to install the OpenShift Express command line interface. If you do not yet have an OpenShift account and domain, [Sign in to OpenShift](https://openshift.redhat.com/app/login) to create the account and domain. [Get Started with OpenShift](https://openshift.redhat.com/app/getting_started) will show you how to install the OpenShift Express command line interface.


### Create the OpenShift Application ### Create the OpenShift Application


Expand Down
8 changes: 5 additions & 3 deletions template/README.md
Expand Up @@ -157,16 +157,18 @@ If you want to debug the source code or look at the Javadocs of any library in t
Build and Deploy the Quickstart - to OpenShift Build and Deploy the Quickstart - to OpenShift
------------------------- -------------------------


If the quickstart deploys to OpenShift, you can use the following template a starting pint to describe the process. If the quickstart deploys to OpenShift, you can use the following template a starting point to describe the process.


Note: Note:


* QUICKSTART_NAME should be replaced with your quicktart name, for example: my-quickstart * QUICKSTART_NAME should be replaced with your quicktart name, for example: my-quickstart
* OPENSHIFT_QUICKSTART_NAME should be replaced with a variation of the quickstart name, for example: myquickstart * OPENSHIFT_QUICKSTART_NAME should be replaced with a variation of the quickstart name, for example: myquickstart


### Create an OpenShift Express Account and Domain ### Create an OpenShift Account and Domain


If you do not yet have an OpenShift Express account and domain, visit <https://openshift.redhat.com/app/login> to create the account and domain. [Get Started with OpenShift](https://openshift.redhat.com/app/getting_started) will show you how to install the OpenShift Express command line interface. _NOTE: At the time of this writing, JBoss Enterprise Application Platform 6 is not yet available on OpenShift, so only the JBoss AS 7 version of this quickstart can be deployed to OpenShift_.

If you do not yet have an OpenShift account and domain, [Sign in to OpenShift](https://openshift.redhat.com/app/login) to create the account and domain. [Get Started with OpenShift](https://openshift.redhat.com/app/getting_started) will show you how to install the OpenShift Express command line interface.


### Create the OpenShift Application ### Create the OpenShift Application


Expand Down
5 changes: 3 additions & 2 deletions wsat-simple/README.md
Expand Up @@ -134,10 +134,11 @@ If you want to debug the source code or look at the Javadocs of any library in t
Build and Deploy the Quickstart - to OpenShift Build and Deploy the Quickstart - to OpenShift
------------------------- -------------------------


### Create an OpenShift Express Account and Domain _NOTE: At the time of this writing, JBoss Enterprise Application Platform 6 is not yet available on OpenShift, so only the JBoss AS 7 version of this quickstart can be deployed to OpenShift_.


If you do not yet have an OpenShift Express account and domain, visit <https://openshift.redhat.com/app/login> to create the account and domain. [Get Started with OpenShift](https://openshift.redhat.com/app/getting_started) will show you how to install the OpenShift Express command line interface. ### Create an OpenShift Express Account and Domain


If you do not yet have an OpenShift account and domain, [Sign in to OpenShift](https://openshift.redhat.com/app/login) to create the account and domain. [Get Started with OpenShift](https://openshift.redhat.com/app/getting_started) will show you how to install the OpenShift Express command line interface.
### Create the OpenShift Application ### Create the OpenShift Application


Note that we use the `jboss-as-quickstart@jboss.org` user for these examples. You need to substitute it with your own user name. Note that we use the `jboss-as-quickstart@jboss.org` user for these examples. You need to substitute it with your own user name.
Expand Down

0 comments on commit 6753705

Please sign in to comment.