aboutsummaryrefslogtreecommitdiffstats
path: root/installing/manual_install.md
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-05-14 14:32:53 +0100
committerGareth Rees <gareth@mysociety.org>2014-05-14 14:32:53 +0100
commitfb7abfb9c90851718b07aaf4a8c928207e3d60bf (patch)
treec9b266bf9eba46d2e3f2e6325ae5f35eda6f71dc /installing/manual_install.md
parentc3f4c227103565b03917fb9321ec8b9676bcd650 (diff)
Group package dependency docs together
Moves the ruby dependency docs down the page so that all the apt based package docs are in one section.
Diffstat (limited to 'installing/manual_install.md')
-rw-r--r--installing/manual_install.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/installing/manual_install.md b/installing/manual_install.md
index 8d69e7273..a90027850 100644
--- a/installing/manual_install.md
+++ b/installing/manual_install.md
@@ -79,14 +79,6 @@ Some of the files also have a version number listed in config/packages - check
that you have appropriate versions installed. Some also list "`|`" and offer a
choice of packages.
-## Install Ruby dependencies
-
-To install Alaveteli's Ruby dependencies, you need to install bundler. In
-Debian, this is provided as a package (installed as part of the package install
-process above). You could also install it as a gem:
-
- sudo gem install bundler
-
### Packages customised by mySociety
If you're using Debian, you should add the mySociety debian archive to your
@@ -112,6 +104,13 @@ you kill it), patch it yourself, or use the Debian package
compiled by mySociety (see link in [issue
305](https://github.com/mysociety/alaveteli/issues/305))
+## Install Ruby dependencies
+
+To install Alaveteli's Ruby dependencies, you need to install bundler. In
+Debian, this is provided as a package (installed as part of the package install
+process above). You could also install it as a gem:
+
+ sudo gem install bundler
## Configure Database