gecko-dev/webtools/doctor/README
myk%mozilla.org 74545ebfea Fix for bug 142829: Allow users to create files. Also whacks the tree heavily with improvements to error handling (differentiating between user and code errors),
reorganization of the Perl code, and additional instructions for setup in the README file and the sample.conf file.
2002-08-24 01:56:50 +00:00

13 lines
562 B
Plaintext

Before you can use Doctor you have to configure it by copying sample.conf
to doctor.conf and editing the file according to the instructions in it.
You also need to download and install the IO::Capture module from the net:
http://groups.google.com/groups?selm=yr0e8.12924%24ZC3.1033373%40newsread2.prod.itd.earthlink.net
You can install it anywhere in the Perl path; I installed it in the doctor
root directory at IO/Capture.pm.
You probably also need to hack the Perl path at the top of doctor.cgi
to point to a reasonable location for Perl on your server.