https://github.com/kwinkunks/test_ebs
Testing Elastic Beanstalk with a quick Webapp2 application
https://github.com/kwinkunks/test_ebs
Last synced: over 1 year ago
JSON representation
Testing Elastic Beanstalk with a quick Webapp2 application
- Host: GitHub
- URL: https://github.com/kwinkunks/test_ebs
- Owner: kwinkunks
- License: apache-2.0
- Created: 2015-12-01T20:35:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T21:02:19.000Z (over 10 years ago)
- Last Synced: 2024-10-31T11:07:43.235Z (over 1 year ago)
- Language: JavaScript
- Size: 120 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# test_ebs
**Testing Elastic Beanstalk with a quick Webapp2 application**
This app uses the [Webapp2](https://webapp-improved.appspot.com/index.html) framework for Python 2.7.
It is built to deploy in Amazon Elastic Beanstalk.
Run it locally with
python application.py
Then go to [here](http://127.0.0.1:8080/test) or [here](http://127.0.0.1:8080/).
## Requirements
See `requirements.txt` or just do `pip install -r requirements.txt` in your Python 2.7 environment.
## What's WSGI?
[Read this tutorial.](http://docs.webob.org/en/latest/do-it-yourself.html)
## Other things to know about
- [agar](https://pythonhosted.org/agar/agar.html)
- [webapp_extras](https://webapp-improved.appspot.com/guide/extras.html)
- [authomatic](http://peterhudec.github.io/authomatic/examples/credentials.html)
- [Elastic Benastalk tutorial](https://www.youtube.com/watch?v=rsg4YI4mljg)