You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@hyperreal.org on 1998/05/15 05:03:08 UTC

cvs commit: modperl INSTALL.simple.stronghold

dougm       98/05/14 20:03:07

  Added:       .        INSTALL.simple.stronghold
  Log:
  step-by-step for Stronghold
  
  Revision  Changes    Path
  1.1                  modperl/INSTALL.simple.stronghold
  
  Index: INSTALL.simple.stronghold
  ===================================================================
  
  <download, build, install Stronghold as per the Stronghold docs>
  % lwp-download http://perl.apache.org/dist/mod_perl-x.xx.tar.gz
  % tar -zxf mod_perl-x.xx.tar.gz
  % cd mod_perl-x.xx
  % perl Makefile.PL && make test && make install
       (answer 'y' to the 2 prompts below)
  <if you've installed Stronghold in /usr/local/stronghold, you'll be
   prompted to configure and build against, answer 'y' to both:>
  % Configure mod_perl with /usr/local/stronghold/src ? [y] y
  % Shall I build httpd in /usr/local/stronghold/src for you? [y] y
       (... see make stuff here ...)
  % cp /usr/local/stronghold/src/httpsd <to wherever your httpsd lives>