Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuellr/bluemix-hello-python
https://github.com/pmuellr/bluemix-hello-python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmuellr/bluemix-hello-python
- Owner: pmuellr
- Created: 2014-09-13T22:24:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-14T04:50:38.000Z (over 10 years ago)
- Last Synced: 2024-04-09T21:04:43.939Z (10 months ago)
- Language: Python
- Size: 117 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
bluemix hello world in python
================================================================================The sample is using [Flask microframework](http://flask.pocoo.org/) and
intended to test the Python support on [IBM Bluemix](https://bluemix.net/).run locally
--------------------------------------------------------------------------------- [install flask](http://flask.pocoo.org/docs/0.10/installation/)
- run `python hello.py`
- visit web siterun on bluemix
--------------------------------------------------------------------------------- copy the file `manifest-sample.yml` to `manifest.yml`
- edit the `manifest.yml` file and edit the `hostname` property to make it unique
- run `cf push`
- visit web sitebuildpacks you might want to use
--------------------------------------------------------------------------------The `manifest.yml` file used for running on bluemix has a buildpack hard-coded
in it. You may want to try another, but of course *your mileage may vary*.- https://github.com/heroku/heroku-buildpack-python.git
- https://github.com/joshuamckenty/heroku-buildpack-python.git
- https://github.com/ephoning/heroku-buildpack-python.git