diff options
Diffstat (limited to 'notes/INSTALL.pod')
-rw-r--r-- | notes/INSTALL.pod | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/notes/INSTALL.pod b/notes/INSTALL.pod index 44bb092fc..3d5eb1b28 100644 --- a/notes/INSTALL.pod +++ b/notes/INSTALL.pod @@ -51,7 +51,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 all the required dependencies are listed in C<conf/packages>. +install all the required dependencies are listed in C<conf/packages>. To +install all of them you can run: + + xargs -a conf/packages 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. =head2 Service dependencies |