How can I deploy my nodejs app into openshift without using github?

Viewed 2385

I have built a nodejs app and now I want to deploy it into openshift. I don't want to use github because I should create private repository which I cannot. Also I cannot use 'rhc' since I am new user. Is there any way to do that? I cannot find any tutorial about that.

3 Answers
Related