Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tedezed/adnail-openshift-repository

Repositorio de Adnail Busacador en Openshift: http://bottle-adnail.rhcloud.com/
https://github.com/tedezed/adnail-openshift-repository

Last synced: 23 days ago
JSON representation

Repositorio de Adnail Busacador en Openshift: http://bottle-adnail.rhcloud.com/

Awesome Lists containing this project

README

        

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 https://www.openshift.com/

Create a python application

rhc app create bottle python-2.6

Add this upstream bottle repo

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