Deploying a Java webapp to OpenShift couldn’t be any simpler. In as few words as possible to show you how simple it is – here’s a quickstart:
- Follow the Quickstart setup guide here: https://openshift.redhat.com/app/express#quickstart
- Develop your app
- git add .
- git commit -m “commit message”
- git push
… and that’s it. Your app is pushed to your remote Git repo, built with Maven, and deployed to JBoss 7.
That’s pretty simple, huh?