2

I am trying to migrate my openshift-2 experiment to openshift-3 free.

I am actually stuck with a very simple question? How do I push/deploy my sourcecode? I cannot find the openshift-3 git path in the UI

In openshift-2 it looked like this
ssh://67823a0c1e66c209762e7@app-loremipsum.rhcloud.com/~/git/someapp.git/

Thanks

fabian
  • 5,433
  • 10
  • 61
  • 92
  • 2
    Consider starting out by reading the free eBook at https://www.openshift.com/promotions/for-developers.html and work through exercises at https://learn.openshift.com That will give you a better understanding of how OpenShift 3 works. You can also find various blog posts at https://blog.openshift.com – Graham Dumpleton Sep 26 '17 at 23:07
  • What type of project are you gonna to deploy? – Sergey Lotvin Sep 27 '17 at 09:05

1 Answers1

0

Not sure this is the answer. Take a look at the python app. The project itself is hosted on github. It uses S2I to build a docker pod from the software collections project for a python version, e.g. 2.7. The resulting docker image is then deployed to openshift.

If you do the same, your application will be deployed. Though this may not be the main approach for openshift.

I asked about deploying kaa to openshift, and am thinking of the approach above. Hopefully someone can figure out a clear path.

minghua
  • 5,981
  • 6
  • 45
  • 71