From 1d8bea9b6a989b7676b632336a2cd7e742f7882c Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 28 Feb 2004 22:34:25 +0000 Subject: move to freeside-setup in 1.4 --- httemplate/docs/install.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'httemplate/docs') diff --git a/httemplate/docs/install.html b/httemplate/docs/install.html index d37b1e9f8..27056d909 100644 --- a/httemplate/docs/install.html +++ b/httemplate/docs/install.html @@ -138,6 +138,7 @@ $MLDBM::RemoveTaint = 1; </Perl> PerlSetVar Global /usr/local/etc/freeside/asp-global/ PerlSetVar Debug 2 +PerlSetVar RequestBinaryRead Off </Directory> @@ -187,12 +188,12 @@ $ freeside-adduser -c -h /usr/local/ $ freeside-adduser -h /usr/local/etc/freeside/htpasswd username (using other auth types, add each user to your Apache authentication and then run: freeside-adduser username -
  • As the freeside UNIX user, run bin/fs-setup username (in the untar'ed freeside directory) to create the database tables, passing the username of a Freeside user you created above: +
  • As the freeside UNIX user, run freeside-setup username to create the database tables, passing the username of a Freeside user you created above:
     $ su freeside
    -$ cd /path/to/freeside/
    -$ bin/fs-setup username
    +$ freeside-setup username
     
    + Alternately, use the -s option to enable shipping addresses: freeside-setup -s username
  • As the freeside UNIX user, run bin/populate-msgcat username (in the untar'ed freeside directory) to populate the message catalog, passing the username of a Freeside user you created above:
     $ su freeside
    -- 
    cgit v1.2.1