4 Aug
2010
4 Aug
'10
6:31 p.m.
On Wed, Aug 4, 2010 at 12:46 PM, Tomas Cohen Arazi <tomascohen@gmail.com> wrote:
You can then set a shell variable:
# export KOHAINSTANCE=koha_<instance name>
and run the following for finishing the setup:
# ln -s $KOHAPATH/bin/koha-zebra-ctl.sh /etc/init.d/$KOHAINSTANCE-zebra-daemon
As you can see, I missed the definition of the KOHAPATH variable # export KOHAPATH=/usr/share/$KOHAINSTANCE To+