Changeset 16564 for misc/runpugs
- Timestamp:
- 05/30/07 11:50:04 (18 months ago)
- Files:
-
- 1 modified
-
misc/runpugs/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
misc/runpugs/README
r16219 r16564 8 8 9 9 INSTALLATION 10 10 11 * To install, copy all folders to your web root 11 12 (e.g. ~/apache on feather, or /var/www elsewhere) 12 13 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 14 32 * To run, simply point your browser to /runpugs/ 15 33
