diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-14 14:32:53 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-05-14 14:32:53 +0100 |
commit | fb7abfb9c90851718b07aaf4a8c928207e3d60bf (patch) | |
tree | c9b266bf9eba46d2e3f2e6325ae5f35eda6f71dc /installing | |
parent | c3f4c227103565b03917fb9321ec8b9676bcd650 (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')
-rw-r--r-- | installing/manual_install.md | 15 |
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 |