OpenShift logo
OpenShift

503 - OpenShift Do-It-Yourself cartridge

Your application is not currently running.

Do-It-Yourself is an experimental cartridge that provides a way to try unsupported languages, frameworks, and middleware on OpenShift.

To get started, add your framework of choice and modify .openshift/action_hooks/{start, stop} to start and stop your application.

The only restriction is that your application should bind to $OPENSHIFT_INTERNAL_IP:8080

    git commit -a -m 'Some commit message'
    git push
  

What's next?