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

From Freeside
Jump to: navigation, search
(Upgrade instructions)
 
Line 4: Line 4:
  
 
= Upgrade instructions =
 
= Upgrade instructions =
* (Debian) aptitude update; aptitude install libexcel-writer-xlsx-perl libdate-simple-perl
+
* (Debian) aptitude update; aptitude install libexcel-writer-xlsx-perl libdate-simple-perl libpdf-webkit-perl wkhtmltopdf xvfb
* (Other distributions) Install Excel::Writer::XLSX and Date::Simple
+
* (Other distributions) Install Excel::Writer::XLSX, Date::Simple, PDF::WebKit and wkhtmltopdf
 
* <code>cd freeside-2.3.4/</code>
 
* <code>cd freeside-2.3.4/</code>
 
* <code>make clean; make configure-rt; make install-perl-modules</code>
 
* <code>make clean; make configure-rt; make install-perl-modules</code>

Latest revision as of 21:04, 14 October 2012

Note

These are the 2.3.3 to 2.3.4 upgrade instructions.

Upgrade instructions

  • (Debian) aptitude update; aptitude install libexcel-writer-xlsx-perl libdate-simple-perl libpdf-webkit-perl wkhtmltopdf xvfb
  • (Other distributions) Install Excel::Writer::XLSX, Date::Simple, PDF::WebKit and wkhtmltopdf
  • cd freeside-2.3.4/
  • make clean; make configure-rt; make install-perl-modules
  • As the freeside UNIX user, run freeside-upgrade username, passing the username of an internal Freeside user.
  • If freeside-upgrade hangs, try stopping Apache, all Freeside processes, and anything else connected to your database, especially on older PostgreSQL versions.
  • make install-docs
  • Restart Apache and the Freeside daemons.