Skip to content
This repository was archived by the owner on Nov 24, 2017. It is now read-only.

Installation

kzhiwei edited this page Sep 13, 2010 · 5 revisions

Debian Lenny

Ruby

You’ll require the packages rake, ruby1.8, ruby1.8-dev and rubygems1.8:

sudo apt-get install rake ruby1.8 ruby1.8-dev rubygems1.8
sudo gem install bones
sudo gem install juicer

Juicer shouldn’t really need bones in normal use, but somehow the current gem requires it. This will fixed in the future.

Note that juicer has 2 dependecies: hpricot-0.6.164, rubyzip-0.9.1 which will be installed automatically, for a total 3 gems.

Lastly, you’ll need the juicer binary to be in your PATH variable so that juicer commands work:

PATH="/var/lib/gems/1.8/bin:$PATH"

Java

You also need Java on your system. On Debian you need to edit /etc/apt/sources.list. Edit the Debian repository to include non-free:

deb http://ftp.uk.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.uk.debian.org/debian/ lenny main contrib non-free

Then you can install with

sudo apt-get install sun-java5-bin

Happy Juicing!

Clone this wiki locally