Jifty


Jifty notes for installing production Jifty instance on Debian etch



/etc/apt/sources.list

deb http://debian.carnet.hr/debian etch main contrib non-free
deb http://security.debian.org/ etch/updates main contrib non-free
deb http://debian.jifty.org/debian etch jifty

packages

sudo apt-get install subversion make svk ssmtp jifty libmodule-install-perl

configuration

SMTP

Edit /etc/ssmtp/ssmtp.conf to include valid mailhub

Apply patch #24482 to Email::Send to fix mail sending or execute fillowing command:

sudo ln -sf /usr/sbin/sendmail /usr/local/bin/

application

svk co svn+ssh://llin-svn/home/dpavlin/private/svn/Arh
cd Arh
perl Makefile.PL

# sudo is needed if you don't have all modules
sudo make

./bin/jifty schema

./bin/jifty server