You can sign up for an OpenShift Express account at: http://openshift.redhat.com The source for the example is available from: anonsvn.jboss.org/repos/labs/labs/jbosstm/trunk/ArjunaJTA/quickstarts/jee_transactional_app The video shows deployment to OpenShift Express using the source method of deployment. Other videos in the series will show how to deploy using the "binaries" deployment methodology. To deploy the application into your OpenShift domain: 1. rhc-create-app -a txapp -t jbossas-7.0 2. cd txapp 3. git rm -r src 4. svn export anonsvn.jboss.org/repos/labs/labs/jbosstm/trunk/ArjunaJTA/quickstarts/jee_transactional_app 5. mv jee_transactional_app/* . 6. rmdir jee_transactional_app 7. edit pom.xml Add an openshift profile that configure maven-war-plugin with the outputFolder of deployments 8. git add src pom.xml 9. git commit -a -m “jee_transactional_app” && git push 10. firefox txapp-.stg.rhcloud.com/jee_transactional_app/ Have fun!