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 _________________________________________________________________ Windows 7: Make your own home movies. Learn more. http://download.live.com/moviemaker
Google on yum T Alf Vahau IT Services Uni. of PNG altarek almoslem wrote:
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
------------------------------------------------------------------------ Windows 7: Make your own home movies. Learn more. <http://download.live.com/moviemaker> ------------------------------------------------------------------------
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
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...
participants (3)
-
Abhishek Amberkar [अभिषेक] -
Alf Vahau -
altarek almoslem