requesting help with 1) where is public opac once staff is installed; 2) run cron jobs
Hi Everyone These are two pretty straightforward questions so if you want to reply to me directly, please feel free to do so. I finally got the staff install of Koha 20 up and running. If the staff interface is at *libraryname-intra.domainname.org:8080 <http://libraryname-intra.domainname.org:8080>* where is the public interface? I thought it would be at *libraryname.domainname.org <http://libraryname.domainname.org> * but it's not. I just get the "Apache is working" page. I'm guessing something is missing in some script ... but I have no idea where and am not finding anything useful in the documentation. THe /etc/hosts file has the IP for the library and the library-intra The /etc/koha/sites/koha-sites.conf file is empty. Should something be here? Any help with this will be much appreciated. 2) running cron jobs OK, so according to what I've see in the documentation, cron jobs are supposed to be in /bin or /misc Nope. In /etc I did find the directories cron.d cron.daily cron.hourly cron.monthly cron.weekly and the file crontab Is this what I'm looking for? I would like to run the job link_bibs_to_authorities.pl where is this and how do I run it? Again, the documentation is not really helpful in getting started here. What does the actual command line code look like for this particular job (assuming I can find it somewhere in some directory ...) -- David Dr. David Lesniaski Associate Professor MLIS Program St. Catherine University 2004 Randolph Ave. #4125 St. Paul, MN 55105 dalesnaski@stkate.edu he, him, his
*/etc/apache2/sites-enabled/site.conf* ServerName koha.mySite.myDomain.net *<<<< make sure this matches your DNS name (libraryname.domainname.org <http://libraryname.domainname.org>)* On Wed, Jun 30, 2021 at 12:33 PM David Lesniaski <dalesniaski@stkate.edu> wrote:
Hi Everyone
These are two pretty straightforward questions so if you want to reply to me directly, please feel free to do so.
I finally got the staff install of Koha 20 up and running.
If the staff interface is at *libraryname-intra.domainname.org:8080 <http://libraryname-intra.domainname.org:8080>* where is the public interface?
I thought it would be at *libraryname.domainname.org <http://libraryname.domainname.org> * but it's not. I just get the "Apache is working" page. I'm guessing something is missing in some script ... but I have no idea where and am not finding anything useful in the documentation. THe /etc/hosts file has the IP for the library and the library-intra The /etc/koha/sites/koha-sites.conf file is empty. Should something be here?
Any help with this will be much appreciated.
2) running cron jobs
OK, so according to what I've see in the documentation, cron jobs are supposed to be in /bin or /misc
Nope.
In /etc I did find the directories cron.d cron.daily cron.hourly cron.monthly cron.weekly
and the file crontab
Is this what I'm looking for? I would like to run the job link_bibs_to_authorities.pl
where is this and how do I run it? Again, the documentation is not really helpful in getting started here. What does the actual command line code look like for this particular job (assuming I can find it somewhere in some directory ...)
-- David
Dr. David Lesniaski Associate Professor MLIS Program St. Catherine University 2004 Randolph Ave. #4125 St. Paul, MN 55105 dalesnaski@stkate.edu he, him, his _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
Hi David
2) running cron jobs
OK, so according to what I've see in the documentation, cron jobs are supposed to be in /bin or /misc
Actually they're not. At least not if you're using the Debian package installation as I assume.
Nope.
In /etc I did find the directories cron.d cron.daily cron.hourly cron.monthly cron.weekly
What you are probably looking for are the scripts in "/etc/cron.d/koha-common", "/etc/cron.daily/koha-common" etc. There you'll see the scripts for cronjobs are actually in directory "/usr/share/koha/bin/cronjobs".
and the file crontab
Is this what I'm looking for? I would like to run the job link_bibs_to_authorities.pl
This is not a cronjob. You run this once you have loaded your title data and your authority data.
where is this and how do I run it? Again, the documentation is not really helpful in getting started here. What does the actual command line code look like for this particular job (assuming I can find it somewhere in some directory ...)
You'll find it in directory "/usr/share/koha/bin". More information about this can be found here: * https://perldoc.koha-community.org/misc/link_bibs_to_authorities.html Hope this helps. Best wishes: Michael -- Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz T 0041 (0)61 261 55 61 · E mik@adminkuhn.ch · W www.adminkuhn.ch
participants (3)
-
David Lesniaski -
Michael Kuhn -
Scott Owen