One of the best things about PaaS is being able to fire up applications very quickly, and get straight to writing code. But you still need to tools to support the process... like defect tracking.
I didn't see development tool for defect tracking on OpenShift so I decided to create a Trac quickstart. This quickstart will have you running Trac in under 5 minutes.
The GitHub URL for my quickstart is here:
Here is how you deploy it:
- If you haven't already, register for a free account at http://openshift.redhat.com.
- Create a new application.
- "Choose type of application" -> scroll to bottom and select 'do it yourself'.
- For public URL, name the application name what you would want your Trac repo to be named, i.e. ProjectX
- Click Create application
The following steps...
- Clone the GitHub repository
- cd into the git dir
- Add your openshift application git repo as a remote git repository
- Overwrite your openshift repo with the openshift-diy-trac one
git clone https://github.com/brianwcook/openshift-diy-trac.git cd openshift-diy-trac git remote add openshift [your openshift git REPO URL here] git push -f openshift
Let me know how this goes for you in the comments. I'm interested in feedback on this quickstart or others that you would like to see.