From ea2dc75fcd90c388f7e58c7c24522ddda96c0ca2 Mon Sep 17 00:00:00 2001 From: rangi Date: Fri, 21 Jun 2002 01:30:56 +0000 Subject: [PATCH] Making the changes suggested by Shane Williams --- INSTALL | 4 ++-- installer.pl | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index d9e268e1e1..981440aed1 100644 --- a/INSTALL +++ b/INSTALL @@ -70,7 +70,7 @@ as www-data u will need to make sure apache is running as www-data) 6. Update your database tables -perl scripts/updater/updatedatabase -I /pathtoC4 +perl -I modules/ scripts/updater/updatedatabase 7. Create directories for scripts and html documents. Here you need to decide where your scripts and html are going to live. @@ -111,7 +111,7 @@ Your virtual host should be set up to use these dirs, some thing like this: ServerAdmin webmaster@your.site DocumentRoot /usr/local/www/opac/htdocs - ScriptAlias /cgi-bin/ /usr/local/www/opac/cgi-bin/ + ScriptAlias /cgi-bin/koha/ /usr/local/www/opac/cgi-bin/ ServerName opac.your.site ErrorLog logs/opac-error_log TransferLog logs/opac-access_log diff --git a/installer.pl b/installer.pl index 160b8c86f6..6b45c2669b 100644 --- a/installer.pl +++ b/installer.pl @@ -125,7 +125,7 @@ if ($input) { #KOHA conf # my $etcdir = '/etc'; -my $dbname = 'koha'; +my $dbname = 'Koha'; my $hostname = 'localhost'; my $user = 'kohaadmin'; my $pass = ''; @@ -321,7 +321,7 @@ print SITE <