Re: [Koha] [EXTERNAL] Export / import fields to MARC records

2019-11-27 Thread King, Fred
Hi Scott, [cue dramatic music] This sounds like a job for... [trumpets] MarcEdit! Seriously, this is one of the things MarcEdit was made for. You can export in .mrc format, convert it to text with MarcBreaker, then use one of the tools to modify the fields. Then compile the records back to M

Re: [Koha] [EXTERNAL] Export / import fields to MARC records

2019-11-27 Thread King, Fred
I forgot something in my previous post: Earlier this year I did a three-minute presentation on MarcEdit at the Medical Library Association's annual conference. I couldn't cover much in three minutes, but it does have a picture of my cat and several of my kitchen wall. Why? You'll have to take a

[Koha] Question about accessing singleton koha instance

2019-11-27 Thread Christos Hayward
I have: - Created a single Koha instance called "catalog". - Set catalog-intra to the same machine in /etc/hosts. - Set the generated VirtualHost in /etc/apache2/sites-enabled/catalog.conf to listen on 8080 as well as additionally telling Apache to listen on 8080. On accessing the

Re: [Koha] Question about accessing singleton koha instance

2019-11-27 Thread Tomas Cohen Arazi
If this is a 'packages' install, you need to: $ sudo koha-shell catalog $ /usr/share/koha/bin/devel/create_superlibrarian.pl ... You need to pass create_superlibrarian.pl valid parameters. Is the instance initiated with data? Did you see the webinstaller? El miƩ., 27 nov. 2019 a las 14:56, Chri

Re: [Koha] Question about accessing singleton koha instance

2019-11-27 Thread Christos Hayward
I didn't see the webinstaller; I was going off of https://wiki.koha-community.org/wiki/Debian For create_superlibrarian.pl, what are appropriate arguments for the branchcode, categorycode, and cardnumber (for as many as are required)? Thanks, On Wed, Nov 27, 2019 at 12:07 PM Tomas Cohen Arazi

[Koha] Question about values for create_surperlibrian.pl

2019-11-27 Thread Christos Hayward
For a new installation, does the following make sense? create_superlibrarian.pl --userid --password --branchcode main --categorycode main --cardnumber 1 If some or all of the --branchcode, --categorycode, or --cardnumber values are not what a beginner wants, what should I be sup