Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/tedezed/adnail-openshift-repository
- Owner: Tedezed
- Created: 2014-05-28T07:14:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-09T10:54:41.000Z (over 10 years ago)
- Last Synced: 2024-10-30T08:23:31.511Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 upstreamgit push
That's it, you can now checkout your application at:
http://bottle-$yournamespace.rhcloud.com