Skip to content

Cloud-Apps/beershift-python-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beershift Server in Python on OpenShift Express

This git repository helps you get up and running quickly with a Beershift Server in Python on OpenShift Express.

Running on OpenShift

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

Create a python-2.6 application

rhc app create -a beershift -t python-2.6

Add this upstream beershift repo

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published