From b1db6c5882b2074d4912515561176cb61b168a80 Mon Sep 17 00:00:00 2001 From: Daniele Procida Date: Sat, 16 Jun 2018 15:51:06 -0400 Subject: [PATCH] Added Divio Cloud notes to documentation --- docs/advanced_topics/deploying.rst | 10 ++++++++++ docs/index.rst | 1 + 2 files changed, 11 insertions(+) diff --git a/docs/advanced_topics/deploying.rst b/docs/advanced_topics/deploying.rst index decc0a8c82..8b7b6eedad 100644 --- a/docs/advanced_topics/deploying.rst +++ b/docs/advanced_topics/deploying.rst @@ -8,6 +8,16 @@ Wagtail is straightforward to deploy on modern Linux-based distributions, but se Our current preferences are for Nginx, Gunicorn and supervisor on Debian, but Wagtail should run with any of the combinations detailed in Django's `deployment documentation `_. +On Divio Cloud +~~~~~~~~~~~~~~ + +`Divio Cloud `_ is a Dockerised cloud hosting platform for Python/Django that allows you to launch and deploy Wagtail projects in minutes. With a free account, you can create a Wagtail project. Choose from a: + +* `site based on the Wagtail Bakery project `_, or +* `brand new Wagtail project `_ (see the `how to get started notes `_). + +Divio Cloud also hosts a `live Wagtail Bakery demo `_ (no account required). + On PythonAnywhere ~~~~~~~~~~~~~~~~~ diff --git a/docs/index.rst b/docs/index.rst index ac602d8fa7..cc3a9589ad 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,6 +5,7 @@ Wagtail is an open source CMS written in `Python `_ and Below are some useful links to help you get started with Wagtail. +If you'd like to get a quick feel for Wagtail, `explore the Wagtail Bakery `_, a fully-functional interactive demo (hosted at Divio Cloud). * **First steps**