From 8fc4118f1f055195d280b3250b39a3b5fcdf13dc Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 6 Apr 2002 20:37:38 +0000 Subject: big signup server cleanups. uses Storable for network protocol now. - makes Bugs 384 & 385 easier - closes: Bug#382 --- httemplate/docs/install.html | 1 + httemplate/docs/signup.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'httemplate/docs') diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index 4370d9153..2ad75b15e 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -52,6 +52,7 @@ Before installing, you need:
  • Tie-IxHash
  • Time-Duration
  • HTML-Widgets-SelectLayers +
  • Storable Install the Freeside distribution: diff --git a/httemplate/docs/signup.html b/httemplate/docs/signup.html index 262b697bb..e7472158a 100644 --- a/httemplate/docs/signup.html +++ b/httemplate/docs/signup.html @@ -9,7 +9,8 @@ webserver. On this machine, install:
  • A web server, such as Apache-SSL or Apache
  • SSH
  • Perl (at least 5.004_05 for the 5.004 series or 5.005_03 for the 5.005 series. Don't enable experimental features like threads or the PerlIO abstraction layer.) -
  • Text::Template +
  • Text::Template +
  • Storable
  • HTTP::Headers::UserAgent (version 2.0 or higher; not yet indexed correctly on CPAN)
  • FS::SignupClient (copy the fs_signup/FS-SignupClient directory to the external machine, then: perl Makefile.PL; make; make install) -- cgit v1.2.1