0

i'm newbie to openshift and git.I've my repo on github(https://github.com/punith21/vturesults) how to push to my openshift and make it to work as my website

  • possible duplicate of [Can I use my existing git repo with openshift?](http://stackoverflow.com/questions/12657168/can-i-use-my-existing-git-repo-with-openshift) –  Sep 02 '14 at 23:53

2 Answers2

0

Check out the answer for this very similar question: (Can I use my existing git repo with openshift?). You also need to make sure that your website is setup to be run on openshift correctly.

Community
  • 1
  • 1
0

Your project should "just work", as long as your source has been adapted to:

  1. Take advantage of your project's package.json file to document your server init process
  2. Check the system environment for runtime configuration details from OpenShift

Once those two steps are completed you should be able to launch your app using OpenShift's web workflow, or by using the rhc command-line tool.

ʀɣαɳĵ
  • 1,992
  • 1
  • 15
  • 20