All Projects → ehazlett → openshift-diy-py27-django

ehazlett / openshift-diy-py27-django

Licence: other
Django 1.4 on Python 2.7 powered by uWSGI running on OpenShift :)

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Runtime Configuration

This will easily create an Openshift diy-0.1 app with Python 2.7.3 & Django 1.4+ & uWSGI in only 5 commands.

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

And watch the scripts do their thing.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].