koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha INSTALL,1.1.2.7,1.1.2.8 installer.pl,1.2.2.16,1.2.2


From: Chris Cormack
Subject: [Koha-cvs] CVS: koha INSTALL,1.1.2.7,1.1.2.8 installer.pl,1.2.2.16,1.2.2.17
Date: Thu, 20 Jun 2002 18:30:59 -0700

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv14277

Modified Files:
      Tag: rel-1-2
        INSTALL installer.pl 
Log Message:
Making the changes suggested by Shane Williams


Index: INSTALL
===================================================================
RCS file: /cvsroot/koha/koha/INSTALL,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -C2 -r1.1.2.7 -r1.1.2.8
*** INSTALL     14 Jun 2002 11:57:35 -0000      1.1.2.7
--- INSTALL     21 Jun 2002 01:30:56 -0000      1.1.2.8
***************
*** 71,75 ****
  
  6. Update your database tables
! perl scripts/updater/updatedatabase -I /pathtoC4 
  
  7. Create directories for scripts and html documents.
--- 71,75 ----
  
  6. Update your database tables
! perl -I modules/ scripts/updater/updatedatabase
  
  7. Create directories for scripts and html documents.
***************
*** 112,116 ****
     ServerAdmin address@hidden                            
     DocumentRoot /usr/local/www/opac/htdocs                     
!    ScriptAlias  /cgi-bin/ /usr/local/www/opac/cgi-bin/
     ServerName opac.your.site                      
     ErrorLog logs/opac-error_log       
--- 112,116 ----
     ServerAdmin address@hidden                            
     DocumentRoot /usr/local/www/opac/htdocs                     
!    ScriptAlias  /cgi-bin/koha/ /usr/local/www/opac/cgi-bin/
     ServerName opac.your.site                      
     ErrorLog logs/opac-error_log       

Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.16
retrieving revision 1.2.2.17
diff -C2 -r1.2.2.16 -r1.2.2.17
*** installer.pl        17 Jun 2002 06:52:45 -0000      1.2.2.16
--- installer.pl        21 Jun 2002 01:30:56 -0000      1.2.2.17
***************
*** 126,130 ****
  #
  my $etcdir = '/etc';
! my $dbname = 'koha';
  my $hostname = 'localhost';
  my $user = 'kohaadmin';
--- 126,130 ----
  #
  my $etcdir = '/etc';
! my $dbname = 'Koha';
  my $hostname = 'localhost';
  my $user = 'kohaadmin';
***************
*** 322,326 ****
     DocumentRoot $opacdir/htdocs
     ServerName $opac_svr_name
!    ScriptAlias /cgi-bin/ $opacdir/cgi-bin
     ErrorLog logs/opac-error_log
     TransferLog logs/opac-access_log common
--- 322,326 ----
     DocumentRoot $opacdir/htdocs
     ServerName $opac_svr_name
!    ScriptAlias /cgi-bin/koha/ $opacdir/cgi-bin/
     ErrorLog logs/opac-error_log
     TransferLog logs/opac-access_log common
***************
*** 332,336 ****
     DocumentRoot $kohadir/htdocs
     ServerName $koha_svr_name
!    ScriptAlias /cgi-bin/ "$kohadir/cgi-bin"
     ErrorLog logs/koha-error_log
     TransferLog logs/koha-access_log common
--- 332,336 ----
     DocumentRoot $kohadir/htdocs
     ServerName $koha_svr_name
!    ScriptAlias /cgi-bin/koha/ "$kohadir/cgi-bin"
     ErrorLog logs/koha-error_log
     TransferLog logs/koha-access_log common




reply via email to

[Prev in Thread] Current Thread [Next in Thread]