X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=htdocs%2Fdocs%2Fupgrade4.html;h=de44b7515434da3ea772ff0e822bba3f67883c3e;hb=a25c55d306f1d9a0146177db172e9bac5e8802f9;hp=50f65731bc0f5a35fea87c40ea26be580e2ab4aa;hpb=70eae60cfd775e24fa4ab02e6fb8f644eace2e94;p=freeside.git diff --git a/htdocs/docs/upgrade4.html b/htdocs/docs/upgrade4.html index 50f65731b..de44b7515 100644 --- a/htdocs/docs/upgrade4.html +++ b/htdocs/docs/upgrade4.html @@ -12,6 +12,15 @@
 ALTER TABLE cust_pay_batch CHANGE exp exp VARCHAR(11);
 
+
  • Copy or symlink htdocs to the new copy. +
  • Remove the symlink or directory (your_site_perl_directory)/FS. +
  • Change to the FS directory in the new tarball, and build and install the + Perl modules: +
    +$ cd FS/
    +$ perl Makefile.PL
    +$ make
    +$ su
    +# make install
  • Run bin/dbdef-create. This file uses MySQL-specific syntax. If you are running a different database engine you will need to modify it slightly. -
  • Copy or symlink htdocs and site_perl to the new copies.