Skip to content

Demo application on OpenShift | Kitchensink quickstart shows off all the new features of Java EE 6, and makes a great starting point for your project.

Notifications You must be signed in to change notification settings

roshan-a/kitchensink-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kitchensink on OpenShift

This is the kitchensink JBoss Quickstart app. You can find more info @ https://docs.jboss.org/author/display/AS71/Kitchensink+quickstart

Running on OpenShift

Create an account at http://openshift.redhat.com/

Create a jbossas-7 application

rhc app create -a kitchensink -t jbossas-7

Add this upstream kitchensink repo

cd kitchensink
git remote add upstream -m master git://github.com/openshift/kitchensink-example.git
git pull -s recursive -X theirs upstream master

Then push the repo upstream

git push

That's it, you can now checkout your application at:

http://kitchensink-$namespace.rhcloud.com

About

Demo application on OpenShift | Kitchensink quickstart shows off all the new features of Java EE 6, and makes a great starting point for your project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published