Start customizing default templates.
[kamitsukai.git] / bin / jifty.fcgi
blobf0fea7dea6aa7dd70a812203dcc059f9c752c605
1 #!/bin/sh
3 # Where should we look for Perl modules installed outside
4 # of the system directories
5 #PERL_DIR="/home/jhelwig/perlmods"
7 #export PERL5LIB=`/home/jhelwig/projects/kamitsukai/bin/setup_perl5lib.pl $PERL_DIR`
9 # Make sure /usr/sbin is in the path so we can find sendmail
10 export PATH=$PATH:/usr/sbin
12 # Let Jifty know we're running as a FastCGI script.
13 export JIFTY_COMMAND=fastcgi
15 # This should be the full path to the deployed bin/jifty
16 # in the package directory.
17 cd /home/jhelwig/projects/kamitsukai && /home/jhelwig/projects/kamitsukai/bin/jifty fastcgi