aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2012-07-04 08:50:30 +0100
committerSeb Bacon <seb.bacon@gmail.com>2012-07-04 08:50:30 +0100
commit152dcd176638f9285279d5ff3fb7f8bb0b027598 (patch)
tree0633d5f73e9509980bb9188f3d5f0877f5cdb099
parent5c2eb90495ff5ccd38ac1a0cddc3c2408c69bcf9 (diff)
Add debian-testing as apt source requirement to documentation (and explain better)
-rw-r--r--doc/INSTALL.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 7ce9e4d74..383203a6a 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -33,15 +33,17 @@ used to parse documents, host the site, etc. There are also packages
that contain headers necessary to compile some of the gem dependencies
in the next step.
-If you are running Debian, you can use specially compiled mysociety
-packages by adding the following to `/etc/apt/sources.list` and
-running `apt-get update`:
+If you are running Debian, add the following repositories to
+`/etc/apt/sources.list` and run `apt-get update`:
deb http://debian.mysociety.org squeeze main
+ deb http://ftp.debian.org/debian/ testing main non-free contrib
-If you don't set up that mySociety Debian source (e.g. if you're
-running Ubuntu), you should comment out `wkhtmltopdf-static` from
-`config/packages`, as it won't install in the next step
+The repositories above allow us to install the packages
+`wkthmltopdf-static` and `bundler` using `apt`; so if you're running
+Ubuntu, you won't be able to use the above repositories, and you will
+need to comment out those two lines in `config/packages` before
+following the next step (and install bundler manually).
Now install the packages that are listed in config/packages using apt-get
e.g.: