[Koha] What goes into the SQL tables for running KOHA?

Chris Cormack chris at katipo.co.nz
Thu Feb 28 09:31:55 NZDT 2002


On Thu, 2002-02-28 at 02:33, Michael Joyner wrote:
> Well, I was trying to use the acquisitions module.
> Don't have any MARC records to import (yet). :)
> 
> I am going to use it for all these books UNCF donated us as a test
> before trying to move off our ANCIENT sco box for the main library.
> 

A good plan :-)
> Does the CVS version have a config guide or menu for what to put
> into the SQL tables for preferences, etc for a new blank installation?
> 
>
Nope we a sorely lacking that.
What you need in the systempreferences table to use the simple
acquisitions module (which would be the one you want to do this).
Is to 
insert into systempreferences (variable,value) values
('acquisitions','simple');

Then from the index page of the intranet page (eg
http://hlt.katipo.co.nz/ clicking on acquisitions will take you to the
simple acqui screen and you should be able to start loadin in data from
there.

Hope this helps

Chris

-- 
Chris Cormack                                               Programmer
025 500 789                                  Katipo Communications Ltd
chris at katipo.co.nz                                    www.katipo.co.nz




More information about the Koha mailing list