User manual

Chapter 1
The program display a summary of the configuration at the end, make a note of
the details:
Koha will be installed with the following configuration parameters:
DB_HOST
localhost
DB_NAME koha
DB_PASS katikoan
DB_PORT 3306
DB_TYPE mysql
DB USER kohaadmin
INSTALL BASE /home /koha /koha -dev
INSTALL_MODE dev
INSTALL ZEBRA yes
KOHA_INSTALLED_VERSION 3.01.00.124
RUN DATABASE_ TESTS
no
USE MEMCACHED no
If you have installed all prerequisites you should not see warning messages of
missing prerequisites. If you do, you should go back and install any missing
modules. Rerun
Make f i l e . PL till all warnings disappear.
Completing Koha's installation
Run the following commands to complete the installation of Koha:
koha @li190 -245: -/kohaclone$ make
koha @li190 -245: -/kohaclone$ make test
koha @li190 -245: -/kohaclone$ sudo make install
Summary
Here is what we learned in this chapter:
Using Git to download and use a certain version of Koha
Preparing an installation list for your distribution
Installing packages using the package manager
Installing Perl modules using the CPAN shell
[21]