kimiamania / openshift-flask-template

openshift flask template for python 2.7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask on OpenShift

This git repository helps you get up and running quickly create a Flask installation on OpenShift (Python 2.7).

Running on OpenShift

Create an account at http://openshift.redhat.com/

Create a python-2.7 application

rhc app create -a flask -t python-2.7

Add this upstream flask repo

cd flask
git remote add upstream -m master https://github.com/ipfans/openshift-flask-template.git
git pull -s recursive -X theirs upstream master

Then push the repo upstream

git push

That's it, you can now checkout your application at:

http://flask-$yournamespace.rhcloud.com

About

openshift flask template for python 2.7


Languages

Language:Python 100.0%