koha system architecture

4
Koha System Architecture

Upload: andreas-hedstroem-mace

Post on 14-Apr-2017

328 views

Category:

Software


4 download

TRANSCRIPT

Page 1: Koha System Architecture

Koha System Architecture

Page 2: Koha System Architecture

Technical components• Code base in Perl, also with some Javascript, JQuery, XSLT etc.• SQL database (MySQL preferred but others like MariaDB also work)• Cataloging data stored in Marc21-format• Zebra as the (indexing) search engine; support for Elastic Search in

development

Koha database schema:http://schema.koha-community.org/

Page 3: Koha System Architecture

Koha requirementsTo install Koha for immediate use we recommend:

• A Linux server – like Debian• Apache• MySQL• Perl• Root access to the server• A better than average level of skill with the command line, Apache,

and MySQL tools

Page 4: Koha System Architecture

Installation methods & running updates

• Packages (Debian/Ubuntu)• Tarball• Git install for development