From 008de728188f770ee6fe3bfe1bd657c29e685535 Mon Sep 17 00:00:00 2001 From: Dave Whiteland Date: Wed, 9 Jul 2014 15:55:36 +0100 Subject: change glossary link class to glossary__link throughout --- docs/installing/deploy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/installing') diff --git a/docs/installing/deploy.md b/docs/installing/deploy.md index 4bbc91a9d..019270fdf 100644 --- a/docs/installing/deploy.md +++ b/docs/installing/deploy.md @@ -33,7 +33,7 @@ you're running one, your ## Capistrano -Capistrano +Capistrano is included as part of Alaveteli as a standard deployment system. The basic principle of Capistrano is that you execute `cap [do-something]` @@ -115,8 +115,8 @@ Now, back on your local machine: * make sure you're still in the Alaveteli repo (if not, `cd` back into it) * create a deployment directory on the server by running *one* of these commands: - * `cap deploy` if you're deploying a staging site, or... - * `cap -S stage=production deploy` for production + * `cap deploy` if you're deploying a staging site, or... + * `cap -S stage=production deploy` for production * update the webserver config (either apache or nginx) to add the `current` element to the path where it is serving Alaveteli from. If you installed using the installation script, this will be replacing `/var/www/alaveteli/alaveteli/` with -- cgit v1.2.3