aboutsummaryrefslogtreecommitdiffstats
path: root/doc/INSTALL.md
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-04-27 10:18:48 +0100
committerRobin Houston <robin.houston@gmail.com>2012-04-27 10:18:48 +0100
commita7d0d25b323d9ca7f31405482f9462570e0cbeaf (patch)
tree644b8f34e0ca59ae0262c1a936ab65b737b0fcc4 /doc/INSTALL.md
parent3a18daf0b880ad9f7ee3591c3c777edfd5688b34 (diff)
parent6df23e10dfbf3351d3953f99062d46253b5ec94a (diff)
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'doc/INSTALL.md')
-rw-r--r--doc/INSTALL.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 8c4ed505b..57514332b 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -6,7 +6,7 @@ deployment platform.
Commands are intended to be run via the terminal or over ssh.
As an aid to evaluation, there is an
-[Amazon AMI](https://github.com/sebbacon/alaveteli/wiki/Alaveteli-ec2-amix)
+[Amazon AMI](https://github.com/sebbacon/alaveteli/wiki/Alaveteli-ec2-ami)
with all these steps configured. It is *not* production-ready.
# Get Alaveteli
@@ -37,7 +37,11 @@ packages by adding the following to `/etc/apt/sources.list` and
running `apt-get update`:
deb http://debian.mysociety.org squeeze main
-
+
+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
+
Now install the packages that are listed in config/packages using apt-get
e.g.:
@@ -45,10 +49,7 @@ e.g.:
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. If you've not set up the
-mySociety Debian source (e.g. if you're running Ubuntu), you should
-comment out `wkhtmltopdf-static` from `config/packages`, as it won't
-install.
+"|" and offer a choice of packages.
# Install Ruby dependencies