SAAVY / magpie

http://projectmagpie.github.io
MIT License
7 stars 0 forks source link

Production Deployment flask #97

Closed AliceYuan closed 8 years ago

AliceYuan commented 8 years ago

http://flask.pocoo.org/docs/0.10/deploying/

Depending on what you have available there are multiple ways to run Flask applications. You can use the builtin server during development, but you should use a full deployment option for production applications.

AliceYuan commented 8 years ago

http://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask

AliceYuan commented 8 years ago

http://blog.luisrei.com/articles/flaskrest.html

AliceYuan commented 8 years ago

http://eon01.com/blog/creating-a-flask-based-restful-api-and-deploying-it-to-aws-ec2-instance/ this talks about apache