3.2.5. Install the RAdmin CGI scripts on your RAdmin host
- Start a Command Prompt window
- Change to the directory where your RAdmin distribution was unpacked,
typically with something like:
cd
c:\Radmin-1.19
- Start the installation with
perl install.pl
- When prompted for “Web server html directory”, enter the full path
to the root directory of your web server (i.e. the main directory for
the HTML documents. The installation will create a directory “Radmin”
there, containing documentation and other static files.
- When prompted for “Web server CGI directory”, enter the full path
your web servers CGI scripts directory. The installation will create a
directory “Radmin” there, containing the RAdmin CGI scripts.
- Radmin will now install the CGI scripts and documentation in the web
server and the Radmin perl modules in your Perl site library directory
(typically
c:\perl\lib\site
). It will also record
the answers you gave above in Radmin\Paths.pm, and will reuse the
answers if you run install.pl again.