From 707dc171dc7d24c88407ba5279011e2ba751f8da Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Mon, 24 Aug 2020 16:20:40 +1000 Subject: [PATCH] Add Google Cloud deployment references App Engine video Cloud Run codelab --- docs/advanced_topics/deploying.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/advanced_topics/deploying.rst b/docs/advanced_topics/deploying.rst index e1bfef0022..c7be719489 100644 --- a/docs/advanced_topics/deploying.rst +++ b/docs/advanced_topics/deploying.rst @@ -21,6 +21,11 @@ On PythonAnywhere `PythonAnywhere `_ is a Platform-as-a-Service (PaaS) focused on Python hosting and development. It allows developers to quickly develop, host, and scale applications in a cloud environment. Starting with a free plan they also provide MySQL and PostgreSQL databases as well as very flexible and affordable paid plans, so there's all you need to host a Wagtail site. To get quickly up and running you may use the `wagtail-pythonanywhere-quickstart `_. +On Google Cloud +~~~~~~~~~~~~~~~ + +`Google Cloud `_ is an Infrastructure-as-a-Service (IaaS) that offers multiple managed products, supported by Python client libraries, to help you build, deploy, and monitor your applications. You can deploy Wagtail, or any Django application, in a number of ways, including on `App Engine `_ or `Cloud Run `_. + On other PAASs and IAASs ~~~~~~~~~~~~~~~~~~~~~~~~