Sarkis Dallakian • almost 10 years ago
Modifying Applications from Local Git repo
Thanks to Code Healthy with OpenShift hackathon. I've created a sample project from django-psql-example and can fork it on GitHub. However, I want my code to be private. I've read on Modifying Applications page (https://developers.openshift.com/managing-your-applications/modifying-applications.html), that every OpenShift application you create has its own Git repository that only you can access. I can't find the Git URL from the application page.
Does anyone know if it's possible to deploy application from local files, without having to push the code to github or other public git repo. Thanks.
Comments are closed.

2 comments
Serena Pietruszka Manager • almost 10 years ago
Hi Sarkis,
Sorry for the confusion. The OpenShift Developer Portal (developers.openshift.com) is for the previous version of our product.
OpenShift (Next Gen) no longer includes a built-in Git repository. Check out our docs on deploying code from private GitHub repositories (https://docs.openshift.com/online/dev_guide/builds.html#using-private-repositories-for-builds) or this blog article (https://blog.openshift.com/deploying-from-private-git-repositories/).
Hope this helps!
Serena
Sarkis Dallakian • almost 10 years ago
Hi Serena,
Thanks, that helps. I've tested rsync command to copy file to a container/pod (https://docs.openshift.org/latest/dev_guide/copy_files_to_container.html). It's working with the latest version and I'll use it to see how far I can go.
Cheers,
Sarkis