From 7602cf820b8abf241b84d69e188dadb267e55776 Mon Sep 17 00:00:00 2001 From: Deric Crago Date: Mon, 13 Oct 2014 11:05:01 -0400 Subject: [PATCH] ubuntu.sh & debian.sh missing from https://wagtail.io/ ubuntu.sh & debian.sh missing from https://wagtail.io/ switched to: https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/ubuntu.sh https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/debian.sh --- docs/getting_started/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting_started/installation.rst b/docs/getting_started/installation.rst index ed246f8af..294b1e0ee 100644 --- a/docs/getting_started/installation.rst +++ b/docs/getting_started/installation.rst @@ -126,7 +126,7 @@ If you have a fresh instance of Ubuntu 13.04 or later, you can install Wagtail, along with a demonstration site containing a set of standard templates and page types, in one step. As the root user:: - curl -O https://wagtail.io/ubuntu.sh; bash ubuntu.sh + curl -O https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/ubuntu.sh; bash ubuntu.sh This script installs all the dependencies for a production-ready Wagtail site, including PostgreSQL, Redis, Elasticsearch, Nginx and uwsgi. We @@ -143,7 +143,7 @@ If you have a fresh instance of Debian 7, you can install Wagtail, along with a demonstration site containing a set of standard templates and page types, in one step. As the root user:: - curl -O https://wagtail.io/debian.sh; bash debian.sh + curl -O https://raw.githubusercontent.com/torchbox/wagtail/master/scripts/install/debian.sh; bash debian.sh This script installs all the dependencies for a production-ready Wagtail site, including PostgreSQL, Redis, Elasticsearch, Nginx and uwsgi. We