Book Image

Koha 3 Library Management System

Book Image

Koha 3 Library Management System

Overview of this book

Koha is the first full-featured open source library management system that is widely used for efficiently managing libraries. However, setting up and maintaining Koha is no walk in the park. It is not as straightforward as setting up the other popular LAMP applications.This practical guide provides all the essential information that is needed to make the task of installing and configuring Koha really seem simple and easy. It demonstrates how to set up Koha and its various aspects – installation, configuration, application administration, and data migration. It also covers troubleshooting, software maintenance, software customization, and other advanced topics.The book starts with installing and configuring the LAMP stack and the Koha application to meet your needs. It then goes deeper into setting up various rules and configuring settings for Koha. It also covers data migration of catalog records, software maintenance, and customization of the application. Chapters are also dedicated to providing an insight into advanced topics such as LDAP integration and Internationalization. Filled with numerous code samples and screenshots, this book will tour you through setting up Koha for evaluation or test purposes. It also includes loads of tips for troubleshooting and maintenance activities. By the end of this book, you will have gained the knowledge to get the most out of your Koha installation.
Table of Contents (19 chapters)
Koha 3 Library Management System
Credits
About the Authors
About the Reviewers
Preface
Index

Preparing for Apache2 configuration


Now that we learned a bit about how to configure Apache2, here are some preparatory steps leading up to the configuration task. First we define a configuration plan; we also look at a list of configuration prerequisites.

Configuration plan

Here we define host names or IP addresses, ports, and other Apache2 directives for the OPAC and staff client virtual hosts. Here are some sample plans to help you develop your own.

Two host names

This is the best way to configure the two interfaces—there are two different host names, both easy to remember and we don't use any non-standard ports.

Item

Value

Comments

OPAC IP Address

Any

We use host based virtual hosts; we don't need to use IP based virtual hosts.

Staff Client IP Address

Any

Same as explained in OPAC IP Address.

OPAC Host Name

libcat.mylibrary.org

 

Staff Client Host Name

libstaff.mylibrary.org

 

OPAC Port

80

We have the ability to create host names; we don't need to use non-standard...