This repository was archived by the owner on Nov 24, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Installation
kzhiwei edited this page Sep 13, 2010
·
5 revisions
Debian Lenny
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 juicerJuicer 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"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-freeThen you can install with
sudo apt-get install sun-java5-binHappy Juicing!