3.2.5. Install the RAdmin CGI scripts on your RAdmin host Previous topic Parent topic Child topic Next topic

  1. Start a Command Prompt window
  2. Change to the directory where your RAdmin distribution was unpacked, typically with something like: cd c:\Radmin-1.19
  3. Start the installation with
    perl install.pl
  4. 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.
  5. 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.
  6. 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.