User manual
Chapter 11
Set the
configuration directory
to the directory configuration directory of the
current installation:
Configuration directory:
[ /home /koha /koha -dev]
Make sure to specify the current database name here:
Please specify the name of the database to be used by Koha [koha]
Specify the MySQL user that has privileges over the database:
Please specify the user that owns the database to be used by Koha
[kohaadmin]
Specify the password of this MySQL user:
Please specify the password of the user that owns the database to be used
by Koha
[ katikoan] katikoan
If you are using Zebra, say yes here:
Install the Zebra configuration files? (no, yes)
[yes]
For other questions, the default value should be fine. Simply press the Return key to
proceed to the next step.
Installing Perl modules
The Makefile . PL
step above may end with warnings on missing Perl module
prerequisites:
[Mon Jun 14 16:12:27 2010] Makefile.PL: Warning: prerequisite IPC::Cmd
0.46 not found. We have 0.401.
[Mon Jun 14 16:12:30 2010] Makefile.PL: Warning: prerequisite
Text::CSV::Encoded 0.09 not found.
Writing Makefile for koha
linux- 4yut: /usr /share /kohaclone #
We will need to install these missing modules using the package manager or the
CPAN shell. Refer to Chapter 1 for more information on how to install Perl modules.
Completing Koha installation
Once all Perl modules are installed successfully, we finish the installation of the new
version by running the rest of the make
commands:
koha @1i190 -245:- /kohaclone$ make
koha @1i190 -245:- /kohaclone$ make test
koha @1i190 -245: -/kohaclone$ sudo make install
(223]