Is it necessary to have git repo on openshift only? I already have bitbucket / github git repo and would prefer to push there only. Can I simply hook into it so that openshi
TAKE EASY!
step 1: Create app. With your favorite method (from gitRepository, pre-maker Openshift, etc). if you use console metod step 2: rhc git-clone nameApp step 3: rhc app-configure nameApp --auto-deploy step 4: ENJOY!
rhc git-clone nameApp
rhc app-configure nameApp --auto-deploy