Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 677 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 677 Bytes

Bottle on OpenShift

This git repository helps you get up and running quickly w/ a Bottle installation on the Red Hat OpenShift PaaS.

Running on OpenShift

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

Create a python-2.6 application

rhc app create -a bottle -t python-2.6

Add this upstream bottle repo

cd bottle
git remote add upstream -m master git://github.com/openshift/bottle-openshift-quickstart.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://bottle-$yournamespace.rhcloud.com