diff options
Diffstat (limited to 'notes/INSTALL.pod')
-rw-r--r-- | notes/INSTALL.pod | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/notes/INSTALL.pod b/notes/INSTALL.pod index fc89547bf..3cc88e937 100644 --- a/notes/INSTALL.pod +++ b/notes/INSTALL.pod @@ -55,17 +55,16 @@ to CSS convertor. You can get one from L<http://sass-lang.com/> If you're expecting a lot of traffic it's recommended that you install memcached: L<http://memcached.org/> -If you're using a Debian based Linux distribution then the packages to install -some required dependencies (though not all the required Perl modules) are -listed in C<conf/packages>. To install all of them you can run: +If you're using Debian 6.0 ("squeeze") then the packages to install +some required dependencies (though not all the required Perl modules) +are listed in C<conf/packages.debian-squeeze>. To install all of them +you can run: - xargs -a conf/packages apt-get install + sudo xargs -a conf/packages.debian-squeeze apt-get install -Note, you will need to either be logged in as root or to use - - sudo xargs -a conf/packages apt-get install - -for this to work. +A similar list of packages should work for other Debian-based +distributions. (Please let us know if you would like to contribute +such a package list or instructions for other distributions.) =head2 Service dependencies |