[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha INSTALL,1.1.2.1,1.1.2.2 ChangeLog,1.1.2.4,1.1.2.5
From: |
Chris Cormack |
Subject: |
[Koha-cvs] CVS: koha INSTALL,1.1.2.1,1.1.2.2 ChangeLog,1.1.2.4,1.1.2.5 |
Date: |
Thu, 06 Jun 2002 04:49:08 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv22600
Modified Files:
Tag: rel-1-2
INSTALL ChangeLog
Log Message:
Updated Changelog, and INSTALL should now reflect the new directory
structure of the tarball
Index: INSTALL
===================================================================
RCS file: /cvsroot/koha/koha/INSTALL,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** INSTALL 3 May 2002 21:34:49 -0000 1.1.2.1
--- INSTALL 6 Jun 2002 11:49:06 -0000 1.1.2.2
***************
*** 61,65 ****
6. Create directories for scripts and html documents.
Here you need to decide where your scripts and html are going to live.
! And edit C4/Output.pm to reflect that.
Set $path= where your includes live,
for example: $path="/usr/local/www/koha/htdocs/includes";
--- 61,65 ----
6. Create directories for scripts and html documents.
Here you need to decide where your scripts and html are going to live.
! And edit modules/C4/Output.pm to reflect that.
Set $path= where your includes live,
for example: $path="/usr/local/www/koha/htdocs/includes";
***************
*** 67,76 ****
You do not need to do that if you have already entered the includes path in
koha.conf (see example above)
! Next copy the C4 directory (in scripts/) to somewhere in your perl path
eg /usr/local/lib/site_perl/i386-linux/
If you do not have sufficient access to copy the files to the default perl
folder (maybe you are using your ISPs hosting server) then you can copy the
modules to any other location and add a line to apache.conf like:
! SetEnv? PERL5LIB "/usr/local/www/koha/modules"
Copy the C4 directory into the modules folder (see detailed example in
KohaHints)
--- 67,76 ----
You do not need to do that if you have already entered the includes path in
koha.conf (see example above)
! Next copy the C4 directory (in modules/) to somewhere in your perl path
eg /usr/local/lib/site_perl/i386-linux/
If you do not have sufficient access to copy the files to the default perl
folder (maybe you are using your ISPs hosting server) then you can copy the
modules to any other location and add a line to apache.conf like:
! SetEnv PERL5LIB "/usr/local/www/koha/modules"
Copy the C4 directory into the modules folder (see detailed example in
KohaHints)
***************
*** 81,85 ****
Set up a webspace for the OPAC: For example: You might make
/usr/local/www/opac ... and set a virtual host in apache to use that dir
In your opac dir make a dir called htdocs, and copy everything in opac-html/
to it.
! Again in ur opac dir make a dir called cgi-bin and copy all the files in
scripts/ that have a .pl extension to it, eg copy scripts/*.pl
/usr/local/www/opac/cgi-bin/koha/
Your virtual host should be set up to use these dirs, some thing like this:
--- 81,86 ----
Set up a webspace for the OPAC: For example: You might make
/usr/local/www/opac ... and set a virtual host in apache to use that dir
In your opac dir make a dir called htdocs, and copy everything in opac-html/
to it.
! Again in ur opac dir make a dir called cgi-bin and copy all the files in
! opac-cgi/ that have a .pl extension to it, eg copy opac-cgi/*.pl
/usr/local/www/opac/cgi-bin/koha/
Your virtual host should be set up to use these dirs, some thing like this:
***************
*** 105,110 ****
In the dir you have just created make an htdocs dir and a cgi-bin dir
Copy everything in intranet-html/ to the htdocs dir
! Copy all the .pl files in scripts/ to the cgi-bin/koha dir
! Make sure ur virtual host is set up to use these dirs
Restart apache point your browser at koha.your.site and it should work
--- 106,111 ----
In the dir you have just created make an htdocs dir and a cgi-bin dir
Copy everything in intranet-html/ to the htdocs dir
! Copy all the .pl files in intranet-cgi/ to the cgi-bin/koha dir
! Make sure your virtual host is set up to use these dirs
Restart apache point your browser at koha.your.site and it should work
Index: ChangeLog
===================================================================
RCS file: /cvsroot/koha/koha/ChangeLog,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** ChangeLog 7 May 2002 02:32:58 -0000 1.1.2.4
--- ChangeLog 6 Jun 2002 11:49:06 -0000 1.1.2.5
***************
*** 1,25 ****
! Changelog since version 1.1.1
! 2002-04-17 14:35 pate
* C4/Koha.pm: starting to move ethnicity stuff out of programs and
into modules
! 2002-04-17 13:28 rangi
[...2006 lines suppressed...]
! reservereport.pl, reservereport.xls, simpleredirect.pl, stats2.pl,
! subjectsearch.pl, tidyaccounts.pl, updatebiblio.pl,
! updatecharges.pl, C4/Accounts.pm, C4/Circmain.pm,
! C4/Circulation.pm, C4/Format.pm, C4/Input.pm, C4/InterfaceCDK.pm,
! C4/Reserves.pm, C4/Scan.pm, C4/Security.pm, C4/Stock.pm,
! C4/Circulation/Borrissues.pm, C4/Circulation/Borrower.pm,
! C4/Circulation/Issues.pm, C4/Circulation/Renewals.pm,
! C4/Circulation/Returns.pm, C4/Interface/AccountsCDK.pm,
! C4/Interface/BorrowerCDK.pm, C4/Interface/FlagsCDK.pm,
! C4/Interface/RenewalsCDK.pm, C4/Interface/ReserveentCDK.pm,
! acqui/finishreceive.pl, acqui/modorders.pl, acqui/newbasket.pl,
! acqui/newbasket2.pl, acqui/order.pl, acqui/receive.pl,
! acqui/recieveorder.pl, acqui/supplier.pl, acqui/updatesupplier.pl,
! misc/fixcatalog.pl, misc/fixorders.pl, misc/fixorders.pl2,
! misc/fixrefs.pl, misc/makebaskets.pl, misc/makeformats.pl,
! misc/tidyaccounts.pl, telnet/borrwraper.pl, telnet/circ,
! telnet/doreturns.pl, telnet/issuewrapper.pl,
! telnet/returnswrapper.pl, telnet/startint.pl: Files shifted into
! Sourceforge CVS
!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha INSTALL,1.1.2.1,1.1.2.2 ChangeLog,1.1.2.4,1.1.2.5,
Chris Cormack <=
- Prev by Date:
[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.6.2.12,1.6.2.13
- Next by Date:
[Koha-cvs] CVS: koha INSTALL,1.1.2.2,1.1.2.3 Hints,1.1.2.1,1.1.2.2
- Previous by thread:
[Koha-cvs] CVS: koha/acqui.simple marcimport.pl,1.6.2.12,1.6.2.13
- Next by thread:
[Koha-cvs] CVS: koha INSTALL,1.1.2.2,1.1.2.3 Hints,1.1.2.1,1.1.2.2
- Index(es):