aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installing/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installing/index.md')
-rw-r--r--docs/installing/index.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/installing/index.md b/docs/installing/index.md
index c04aaa3ca..269407506 100644
--- a/docs/installing/index.md
+++ b/docs/installing/index.md
@@ -17,8 +17,8 @@ title: Installing
## Before you start
This is important: you need to decide if you are installing Alaveteli for
-<a href="{{ site.baseurl }}docs/glossary/#development" class="glossary__link">development</a> or
-<a href="{{ site.baseurl }}docs/glossary/#production" class="glossary__link">production</a>.
+<a href="{{ page.baseurl }}/docs/glossary/#development" class="glossary__link">development</a> or
+<a href="{{ page.baseurl }}/docs/glossary/#production" class="glossary__link">production</a>.
A **development** site is one where you're going to change, customise, and
perhaps experiment while you get it up and running. You should always do this
@@ -30,10 +30,10 @@ A **production** site is different: you want your production site to run as
efficiently as possible, so things like caching are swiched on, and debug
messages switched off. It's important to be able to deploy changes to a
production site quickly and efficiently, so we recommend you consider using a
-[deployment mechanism]({{ site.baseurl }}docs/installing/deploy/) too.
+[deployment mechanism]({{ page.baseurl }}/docs/installing/deploy/) too.
Ideally, you should also have a
-<a href="{{ site.baseurl }}docs/glossary/#staging" class="glossary__link">staging site</a>,
+<a href="{{ page.baseurl }}/docs/glossary/#staging" class="glossary__link">staging site</a>,
which is used solely to test new code in an identical environment to your
production site before it goes live.
@@ -44,23 +44,23 @@ production server.
## Deployment
If you're running a production server, we **strongly recommend** you
-use the Capistrano [deployment mechanism]({{ site.baseurl }}docs/installing/deploy/)
+use the Capistrano [deployment mechanism]({{ page.baseurl }}/docs/installing/deploy/)
that's included with Alaveteli. Set this up and you never have to edit files on
those servers, because Capistrano takes care of that for you.
## Installing the core code
-* [Install into a Vagrant virtual development environment]({{ site.baseurl }}docs/installing/vagrant/) -- a good choice for development, and playing around with the site.
-* [Install on Amazon EC2]({{ site.baseurl }}docs/installing/ami/) using our AMI
-* [Use the installation script]({{ site.baseurl }}docs/installing/script/) which does the full installation on your own server
-* [Manual installation]({{ site.baseurl }}docs/installing/manual_install/) -- step-by-step instructions
+* [Install into a Vagrant virtual development environment]({{ page.baseurl }}/docs/installing/vagrant/) -- a good choice for development, and playing around with the site.
+* [Install on Amazon EC2]({{ page.baseurl }}/docs/installing/ami/) using our AMI
+* [Use the installation script]({{ page.baseurl }}/docs/installing/script/) which does the full installation on your own server
+* [Manual installation]({{ page.baseurl }}/docs/installing/manual_install/) -- step-by-step instructions
If you're setting up a development server on MacOS X, we've also got
-[MacOS installation instructions]({{ site.baseurl }}docs/installing/macos/).
+[MacOS installation instructions]({{ page.baseurl }}/docs/installing/macos/).
## Other installation information
Alaveteli needs to be able to send and receive email. If you're installing manually, you need to [setup your
-MTA (Mail Transfer Agent) appropriately]({{ site.baseurl }}docs/installing/email/). The other install methods will do this for you.
+MTA (Mail Transfer Agent) appropriately]({{ page.baseurl }}/docs/installing/email/). The other install methods will do this for you.
-* [Installing the MTA]({{ site.baseurl }}docs/installing/email/)
+* [Installing the MTA]({{ page.baseurl }}/docs/installing/email/)