diff options
| author | ivan <ivan> | 2001-10-30 14:28:05 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2001-10-30 14:28:05 +0000 | 
| commit | 160db3d20070241532162f8fa257e2ae4dd1f611 (patch) | |
| tree | 13c7f8d2e538c8e520bb0c151ea47712c22d0924 /httemplate/docs/upgrade8.html | |
| parent | c34e73e4a0f8ab38adc88829598207e219a86928 (diff) | |
docu
Diffstat (limited to 'httemplate/docs/upgrade8.html')
| -rw-r--r-- | httemplate/docs/upgrade8.html | 10 | 
1 files changed, 3 insertions, 7 deletions
diff --git a/httemplate/docs/upgrade8.html b/httemplate/docs/upgrade8.html index a368d4488..94ca832ef 100644 --- a/httemplate/docs/upgrade8.html +++ b/httemplate/docs/upgrade8.html @@ -54,14 +54,10 @@ require "/usr/local/apache/conf/handler.pl";    </tr>  </table>  <ul> -  <li>Change to the FS directory in the new tarball, and build and install the -      Perl modules: +  <li>Build and install the Perl modules:      <pre> -$ cd FS/ -$ perl Makefile.PL -$ make  $ su -# make install UNINST=1</pre> +# make install-perl-modules</pre>     <li>Apply the following changes to your database:  <pre>  CREATE TABLE svc_forward ( @@ -251,7 +247,7 @@ ALTER TABLE cust_refund DROP COLUMN crednum;  </pre></font>  </td></tr></table>    <li><b>IMPORTANT: After applying the second set of database changes</b>, run bin/dbdef-create again. -  <li>create the <a href="config.html#username_policy">user_policy configuration file</a> as appropriate for your site. +  <li>set the <a href="../config/config.cgi#username_policy">user_policy configuration value</a> as appropriate for your site.    <li>Create the `/usr/local/etc/freeside/cache.<i>datasrc</i>' directory        (ownded by the freeside user).    <li>freeside-queued was installed with the Perl modules.  Start it now and ensure that is run upon system startup.  | 
