From 6fc2dd49043886f4b7be4c932df3fd0c727b9eec Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 23 Sep 2015 14:51:43 -0500 Subject: [PATCH] Removed broken link to non-existent vagrant install script --- docs/advanced_topics/deploying.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/advanced_topics/deploying.rst b/docs/advanced_topics/deploying.rst index 9ef240b00..d369ecd6c 100644 --- a/docs/advanced_topics/deploying.rst +++ b/docs/advanced_topics/deploying.rst @@ -4,9 +4,7 @@ Deploying Wagtail On your server ~~~~~~~~~~~~~~ -Wagtail is straightforward to deploy on modern Linux-based distributions, but see the section on :doc:`performance ` for the non-Python services we recommend. If you are running Debian or Ubuntu, this installation script for our Vagrant box may be useful: - -`github.com/torchbox/wagtaildemo/blob/master/etc/install/install.sh `_ +Wagtail is straightforward to deploy on modern Linux-based distributions, but see the section on :doc:`performance ` for the non-Python services we recommend. 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 `_.