bobyangchina / openshift-wsgi

wsgi application on openshift diy-0.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runtime Configuration

This will easily create an Openshift diy-0.1 app with Python 2.7.6

rhc create app -a <app_name> -t diy-0.1
cd app_name
git remote add upstream -m master https://github.com/phuslu/openshift-wsgi.git
git pull -s recursive -X theirs upstream master
git push

And watch the scripts do their thing.

About

wsgi application on openshift diy-0.1