RCS file: /cvsroot/gnugo/gnugo/doc/regression.texi,v
retrieving revision 1.9
diff -u -r1.9 regression.texi
|
|
|
|
| 316 | 316 | the same directory as @file{regress.plx} resides in. |
| 317 | 317 | |
| 318 | 318 | At this point, you should have a working copy of the html regression views. |
| | 319 | |
| | 320 | Additional notes for Debian users: The Perl GD module can be installed |
| | 321 | by @code{apt-get install libgd-perl}. It may suffice to add this to |
| | 322 | the apache2 configuration: |
| | 323 | |
| | 324 | @example |
| | 325 | <Directory "/var/www/regression"> |
| | 326 | Options +ExecCGI |
| | 327 | AddHandler cgi-script .plx |
| | 328 | RedirectMatch ^/regression$ /regression/regress.plx |
| | 329 | </Directory> |
| | 330 | @end example |
| | 331 | |
| | 332 | and then make a link from @file{/var/www/regression} to the GNU Go |
| | 333 | regression directory. The @code{RedirectMatch} statement is only |
| | 334 | needed to set up a shorter entry URL. |