Skip to content

paurullan/bottle-openshift-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 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

Languages

  • Shell 56.7%
  • Python 43.3%