[prev] [thread] [next] [lurker] [Date index for 2003/11/26]
Author: jon Date: 2003-11-26 12:43:43 +0200 (Wed, 26 Nov 2003) New Revision: 58 Modified: README Log: added config file Modified: README =================================================================== --- README 2003-11-26 10:29:02 UTC (rev 57) +++ README 2003-11-26 10:43:43 UTC (rev 58) @@ -7,22 +7,40 @@ INSTALLATION / UPGRADE --------------------------- -tar xzf Yapcom-x.xx.tar.gz -cd Yapcom-x.xx/ -perl Makefile.PL -make -make test +- tar xzf Yapcom-x.xx.tar.gz +- cd Yapcom-x.xx/ +- perl Makefile.PL +- check the path of perl in cgi/yapc.pl, and t/*.t +- change the file db/config (sample is provided). Change at least +SITE_DIR, SITE_EMAIL, and SITE_ADMIN. Each line in the config file +MUST be: -# so far we tested the new system, + KEY = VAL -change the file lib/YAPC/Configure.pm update the path and the e-mail address + No comments are allowed. No '=' signs are allowed in the + VAL's. VAL's end with \n or \r\n . For multiple VAL's, items may + be seperated with one or more white spaces and/or commas. Spaces + around the '=' and at the beginning and end of the line are + stripped. Valid KEY's (and defaults) are: -perl bin/install.pl + SITE_DIR (/home/gabor/projects/perl/perl.org.il/YAPC/dev) + SITE_EMAIL (yapc@xxxx.xxx.xx) + SITE_ADMIN (gabor@xxx.xx.xx) * multiple + DB_TIMEOUT (100) + PROPOSAL_LENGTHS (5, 30, 60, 90, 180) * multiple + PROPOSAL_LANGUAGES (English Hebrew) * multiple +- make +- make test -In the virtual host in the apache configuration file write something like this: +# so far we tested the new system, +- perl bin/install.pl +- In the virtual host in the apache configuration file write something like this: + + +Alias /virtual/subdir/files/ /path/to/installation/files/ ScriptAliasMatch ^/virtual/subdir/[a-zA-Z0-9_.-]*$ /path/to/installation/cgi/yapc.pl <Directory /path/to/installation/db> @@ -33,10 +51,6 @@ </Directory> -You might also have to add a line similar to this before your ScriptAliasMatch line -Alias /virtual/subdir /path/to/installation/files/ - - CHANGES --------- 0.08_01 2003.11.
Generated at 14:06 on 26 Nov 2003 by mariachi 0.51