Difference between revisions of "Freeside:3.8:Documentation:Upgrading"

From Freeside
Jump to: navigation, search
(Created page with "= Note = When upgrading from versions prior to 3.8, before the regular 3.x upgrade, follow these instructions. = Prerequisites = == ...")
 
(Debian)
 
Line 9: Line 9:
 
* install perl modules
 
* install perl modules
 
<pre>
 
<pre>
aptitude install libparams-classify-perl libdata-password-perl aspell-en
+
aptitude install libparams-classify-perl libdata-password-perl aspell-en
 
</pre>
 
</pre>
  

Latest revision as of 07:46, 20 January 2016

Note

When upgrading from versions prior to 3.8, before the regular 3.x upgrade, follow these instructions.

Prerequisites

Debian

  • install perl modules
aptitude install libparams-classify-perl libdata-password-perl aspell-en

Other OSes

  • Install Params::Classify Data::Password from CPAN (or your packaging system if available).
  • Install aspell-en from your packaging system