diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-05-14 14:52:31 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-05-14 14:52:31 +0100 |
commit | 5ab4263fce092a13a05ef40b2891c225b347a7d6 (patch) | |
tree | f0dbe22a3e8490f24bcd1b6a017c4ca188434c3d | |
parent | 4675c5316a501e7e1d368501715bb652b2bc5599 (diff) |
Update system dependencies setup
- Pastable commands to create extra package sources
- Corrected notes about installable packages per-system
-rw-r--r-- | installing/manual_install.md | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/installing/manual_install.md b/installing/manual_install.md index 567150286..c9f67936f 100644 --- a/installing/manual_install.md +++ b/installing/manual_install.md @@ -57,17 +57,26 @@ headers necessary to compile some of the gem dependencies in the next step. Add the following repositories to `/etc/apt/sources.list`: - # Debian Squeeze +**Debian Squeeze** + + cat > /etc/apt/sources.list.d/debian-backports.list <<EOF deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free + EOF - # Ubuntu Precise +The repositories above let you install `wkhtmltopdf-static` and `bundler` using +`apt`. + +**Ubuntu Precise** + + cat > /etc/apt/sources.list.d/ubuntu-extra.list <<EOF deb http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/ precise multiverse deb-src http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/ precise multiverse deb http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/ precise-updates multiverse + EOF -The repositories above let you install the packages `wkhtmltopdf-static` -and `bundler` using `apt`. +The repositories above let you install `wkhtmltopdf-static` using `apt`. +`bundler` will have to be installed manually on Ubuntu Precise. ### Packages customised by mySociety |