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.7,1.2.2.8


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

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

Modified Files:
      Tag: rel-1-2
        installer.pl 
Log Message:
added the includes directive

Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.7
retrieving revision 1.2.2.8
diff -C2 -r1.2.2.7 -r1.2.2.8
*** installer.pl        16 May 2002 07:32:34 -0000      1.2.2.7
--- installer.pl        17 May 2002 07:42:02 -0000      1.2.2.8
***************
*** 128,131 ****
--- 128,132 ----
  my $user;
  my $pass;
+ my $inc_path;
  do {
        print "Enter path:";
***************
*** 190,193 ****
--- 191,207 ----
  
  
+ print "\n";
+ 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>);
+ };
+ 
+ 
  #Create the configuration file
  open(SITES,">$conf_path/koha.conf") or die "Couldn't create file
***************
*** 198,201 ****
--- 212,216 ----
  user=$user
  password=$pass
+ includes=$inc_path
  EOP
  ;
***************
*** 206,218 ****
  
  
  
  
- # FIXME
- # Again, this may be something to automate.  We could ask a 
- # series of questions, then fill out a form with the answers and 
- # edit the existing config file in place.  (Again, giving the
- # installer.pl user a chance to edit the file first.)
- #
- 
  #
  #SETUP opac
--- 221,228 ----
  
  
+ print "\n";
+ print "\n";
  
  
  #
  #SETUP opac
***************
*** 300,302 ****
  # It is completed
  #
! print "\nCongratulations ... your Koha installation is complete!\n";
\ No newline at end of file
--- 310,313 ----
  # It is completed
  #
! 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




reply via email to

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