Andrew J Roth
5279299277
Added Google Cloud Run as a Hosted option
2021-05-12 09:14:34 -04:00
pgjones
bc1fea4e3a
Update the docs on serving with ASGI
...
Whilst it has been possible to serve via an ASGI server for a while
(using WSGI to ASGI middleware/adapters) it hasn't added much. Now
though it makes sense to recommend the asgiref adapter as it
integrates with the same event loop used for async route handlers
etc...
2021-04-17 11:30:22 +01:00
David Lord
1de5873d66
remove unused ref directives
...
replace page refs with doc directives
2020-04-04 12:57:14 -07:00
Tobias Sette
4a5f5fc0a2
docs: update "Deploying on Google App Engine"
...
Use the documentation for Python 3 instead of Python 2, which is deprecated.
2020-03-16 19:18:53 -03:00
David Lord
363741ec69
fix docks linkcheck
2019-06-23 15:37:51 -07:00
Grey Li
229d5ccacf
Docs: update built-in server description
2017-12-01 16:03:52 +08:00
Brett Johnson
1c26e9ced0
Update App Engine link
...
Point to an authoritative site for Flask on App Engine that is maintained.
2017-08-30 14:58:05 -07:00
Tully Rankin
089c8cdc00
Moved mod_wsgi under uwsgi in TOC deployment docs.
2017-05-22 15:13:31 -07:00
Tully Rankin
d6254174c3
Moved WSGI-Standalone above mod_wsgi in deployment documentation.
2017-05-22 14:48:24 -07:00
Jeff Widman
2ad2aadb88
Migrate various docs links to https ( #2180 )
...
Also fixed a few outdated links
2017-02-11 10:43:11 +01:00
ezramorris
7f0240cabc
Add link to AWS EB Flask tutorial
2016-11-17 14:01:30 +00:00
Giles Thomas
9e309d1b0c
Added a link to instructions for PythonAnywhere ( #2081 )
2016-11-07 10:10:02 -08:00
Jeff Widman
b039671f36
Remove dotCloud host instructions
...
dotCloud is no more; their parent company went bankrupt
2016-04-06 23:30:41 -07:00
David Lord
952a2c770f
Link article about deploying on Azure/IIS
2015-10-31 15:17:45 -07:00
Charles Chan
1224aaa51a
Added OpenShift as a free hosting provider alternative
2015-03-31 16:13:29 -07:00
Markus Unterwaditzer
2958f7482b
Shorten paragraph about builtin server
2014-09-06 23:05:00 +02:00
Markus Unterwaditzer
f034ee88d5
Rewrite deployment docs
2014-09-06 22:20:02 +02:00
Ron DuPlain
976c9576bd
Reorder deployment options.
2012-04-01 10:54:27 -04:00
Ron DuPlain
3bf1750b5d
Tighten quickstart deployment docs.
2012-03-13 12:12:47 -07:00
Ron DuPlain
8e928a2fcb
Document Werkzeug's run_simple for dispatch, #225 .
2011-06-25 14:11:53 -04:00
Ron DuPlain
207006f4c3
Touch up and integrate docs on deploying Flask.
2011-06-10 12:15:50 -04:00
Merlin
5127b8bd26
Added initial uwsgi deployment documentation for nginx; updated nginx URL in fastcgi deployment docs; added uwsgi to deployment index
2011-06-10 12:15:42 -04:00
Armin Ronacher
c64a4e0bef
Break up deployment docs into separate documents.
2010-04-19 11:23:44 +02:00