Skip to content

Bottle Python WSGI microframework Quickstart for OpenShift Express

Notifications You must be signed in to change notification settings

Cloud-Apps/bottle-openshift-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bottle Python WSGI microframework Quickstart for OpenShift Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published