Changeset 16564 for misc/runpugs

Show
Ignore:
Timestamp:
05/30/07 11:50:04 (18 months ago)
Author:
azawawi
Message:

updated README to include required CPAN modules

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • misc/runpugs/README

    r16219 r16564  
    88 
    99INSTALLATION 
     10     
    1011    * To install, copy all folders to your web root 
    1112    (e.g. ~/apache on feather, or /var/www elsewhere) 
    1213    Rename html folder if required (e.g. htdocs -> html or public_html) 
    13     * Start the terminal server script (bin/termserv3.pl)  
     14 
     15    * make sure that you installed the following CPAN modules: 
     16        Carp::Assert  
     17        YAML::Syck  
     18        Proc::Daemon  
     19        Moose  
     20        Net::Telnet  
     21        IO::Pty 
     22 
     23    * make sure that you change the following settings in lib/Web/Terminal/Settings.pm 
     24        $rel_root       (Release pugs) 
     25        $dev_root       (Development pugs) 
     26        $root           (web root) 
     27        $port           (usually should be 2059) 
     28        $server         (bin/termserv4.pl) 
     29         
     30    * Start the terminal server script (bin/termserv4.pl)  
     31     
    1432    * To run, simply point your browser to /runpugs/  
    1533