##How to deploy your openshift app to a second instance
I set up Moodle for myself on Openshift which I explained here: https://github.com/burningTyger/openshift_moodle
Now I wanted to install Moodle for a friend who has his own user and his own domain on openshift. Since I'm the admin why bother creating a second app which is basically the exact same app as mine and will most cetainly need the exact same updates. DRY!
So I decided to find out how I can use the app repo on two different instances of openshift. This is how it works (there might be better solutions, let me know):
You log in as the second user and create a new app. This will give you a git URL. Copy this URL and head over to you app repo (Moodle used in this example):