koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha installer.pl,1.2.2.8,1.2.2.9


From: Mike Mylonas
Subject: [Koha-cvs] CVS: koha installer.pl,1.2.2.8,1.2.2.9
Date: Fri, 17 May 2002 01:00:02 -0700

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

Modified Files:
      Tag: rel-1-2
        installer.pl 
Log Message:
replaced includes question with installation path

Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.8
retrieving revision 1.2.2.9
diff -C2 -r1.2.2.8 -r1.2.2.9
*** installer.pl        17 May 2002 07:42:02 -0000      1.2.2.8
--- installer.pl        17 May 2002 07:59:59 -0000      1.2.2.9
***************
*** 194,203 ****
  print "\n";
  print qq|
! Please provide the path to your Koha includes folder.
  |;
  
  #Get the password for the database user
  do {
!       print "Enter path to includes:";
        chomp($inc_path = <STDIN>);
  };
--- 194,204 ----
  print "\n";
  print qq|
! Please provide the full path to your Koha OPAC installation.
! Usually /usr/local/www/koha/htdocs
  |;
  
  #Get the password for the database user
  do {
!       print "Enter installation path:";
        chomp($inc_path = <STDIN>);
  };
***************
*** 212,216 ****
  user=$user
  password=$pass
! includes=$inc_path
  EOP
  ;
--- 213,217 ----
  user=$user
  password=$pass
! includes=$inc_path/includes
  EOP
  ;
***************
*** 311,313 ****
  #
  print "\nCongratulations ... your Koha installation is complete!\n";
! print "\nYou will need to restart your webserver before using Koha!\n";
\ No newline at end of file
--- 312,314 ----
  #
  print "\nCongratulations ... your Koha installation is complete!\n";
! print "\nYou will need to restart your webserver before using Koha!\n";




reply via email to

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