2009/10/29 altarek almoslem <medomedia_2006@hotmail.com>
Hello
How can i run this command on centos?
i using this commands in debian
# apt-get install idzebra
Zebra Server:
$ sudo ln -s /usr/share/koha/bin /koha-zebra-ctl.sh /etc/rc.d/init.d/koha-zebra-daemon
$ sudo update-rc.d koha-zebra-daemon defaults
( Note: see man chkconfig(8) on other distros )
$ sudo /usr/share/koha/bin/koha-zebra-ctl.sh start
Zebraqueue Daemon:
$ sudo ln -s /usr/share/koha/bin/koha-zebraqueue-ctl.sh /etc/init.d/koha-zebraqueue-daemon
$ sudo update-rc.d koha-zebraqueue-daemon defaults
( Note: see man chkconfig(8) on other distros )
$ sudo /usr/share/koha/bin/koha-zebraqueue-ctl.sh start
apt-get and update-rc.d are Debian specific commands. You need to use "yum" instead of "apt-get" and "chkconfig" instead of "update-rc.d" on Red Hat based systems like CentOS or Fedora. -- With Regards Abhishek Amberkar Learn to appreciate the beauty within...