ytpo fixes in description and variables
[koha.git] / misc / info / INSTALL
1 Koha release 2.0.1 (stable series, first point release)
2 28 August 2004 MJR
3
4 Koha is distributed under the GNU GPL. Please read the file LICENSE for
5 more details.
6
7 To install the system please run: perl installer.pl
8
9 This will:
10  1. Check for missing perl modules;
11  2. Ask some questions and run some programs to collect system information;
12  3. Write an apache httpd.conf file;
13  4. Copy koha to the installation directory;
14  5. Create a mysql database and load in basic data;
15  6. Offer to try restarting apache;
16  7. Invite you to fill in a survey from koha's developers.
17
18 perl 5.6.1 or higher is required.
19
20 The perl modules required are:
21   DBI, Date::Manip, DBD::mysql, HTML::Template, Digest::MD5,
22   MARC::Record, Mail::Sendmail, Event
23 Optionally, we can also use:
24   Net::Z3950
25 You can install packages for these, or CPAN builds. The installer will
26 suggest CPAN builds, but it's your choice.
27
28 After installation, you need to make sure the generated koha-httpd.conf
29 file is "Include"d into your apache configuration and restart apache.
30 You may also need to configure daemons, depending on your installation.
31
32 A common need is to add the fines2.pl script to crontab. You will need
33 to put perl -I/path/to/koha/intranet/modules /path/to/fines2.pl, so
34 that it can find the koha modules.
35
36 If you wish to install without being root, please set the "etcdir" and
37 "prefix" environment variables before running the installer. etcdir
38 will be the configuration directory and prefix will be the installation
39 root directory.
40