CapeDwarf Project

Welcome to CapeDwarf on RedHat's OpenShift cloud

Place your application here

In order to commit to your new project, go to your projects git repo directory.

For example, if you named your application myfirstapp, you would find the contents of this app located under myfirstapp/src/main/webapp. You can edit that and push your changes from the myfirstapp directory by running:

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

Then reload this page.

You can also place your application war archive in myfirstapp/deployments folder and place a marker file myfirstapp/.openshift/markers/skip_maven_build to skip OpenShift builds. To deploy archive run git commands above.

Sample Application

To get started you can either modify the default sources or try this sample:

Example usage:

  cd todolist
  git remote add upstream -m master git://github.com/capedwarf/todolist.git
  git pull -s recursive -X theirs upstream master
  

Debugging

View debugging information about the server environment including memory pools by loading this JSP page: Debug

What's next?