various installer changes
[koha_fer] / README.debian
index 15da926..ea44cfc 100644 (file)
@@ -174,18 +174,22 @@ Option 1: run the Zebra processes from the command line:
 
 Option 2: run the Zebra processes as daemons, and add to startup process:
 
+Note that references to $SCRIPT_DIR refer to the directory where
+Koha's command-line scripts are installed, e.g., /usr/share/koha/bin.
+
     Zebra Server:
-    $ sudo ln -s misc/bin/koha-zebra-ctl.sh  /etc/init.d/koha-zebra-daemon
+    $ sudo ln -s ${SCRIPT_DIR}/koha-zebra-ctl.sh  /etc/init.d/koha-zebra-daemon
     $ update-rc.d koha-zebra-daemon defaults
     ( Note: see man chkconfig(8) on other distros )
-    $ misc/bin/koha-zebra-ctl.sh start
+    $ ${SCRIPT_DIR}/koha-zebra-ctl.sh start
 
     Zebraqueue Daemon:
-    $ sudo ln -s misc/bin/koha-zebraqueue-ctl.sh  /etc/init.d/koha-zebraqueue-daemon
+    $ sudo ln -s ${SCRIPT_DIR}/koha-zebraqueue-ctl.sh  /etc/init.d/koha-zebraqueue-daemon
     $ update-rc.d koha-zebraqueue-daemon defaults 
     ( Note: see man chkconfig(8) on other distros )
 
-    $ misc/bin/koha-zebraqueue-ctl.sh start
+    $ ${SCRIPT_DIR}/koha-zebraqueue-ctl.sh start
+
 
 6. Run the Web Installer, populate the database, initial configuration of settings