Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rimolive committed Aug 20, 2011
1 parent 5c4a37e commit c6b0a43
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Expand Up @@ -2,3 +2,26 @@ Lunch and Learn - Creating a Java EE 6 application in OpenShift
===============================================================

This is an OpenShift example application for GSS lunch and learn. The application is based on Java EE 6 specification developed using Weld and Seam 3 Portable extensions.

Running on OpenShift
--------------------

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

Create a jbossas-7.0 application

rhc-create-app -a lunchandlearn -t jbossas-7.0

Add this upstream lunch-and-learn repo

cd seambooking
git remote add upstream -m master git://github.com/rimolive/lunch-and-learn.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://lunchandlearn-$yourlogin.rhcloud.com

0 comments on commit c6b0a43

Please sign in to comment.