LP#1066329 install / release notes user/berick/lp1066329-schema-is-tt2
authorBill Erickson <berick@esilibrary.com>
Tue, 3 Sep 2013 15:56:50 +0000 (11:56 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 3 Sep 2013 15:56:50 +0000 (11:56 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
docs/RELEASE_NOTES_NEXT/Administration/schema-is-tt2.txt [new file with mode: 0644]
docs/installation/server_installation.txt

diff --git a/docs/RELEASE_NOTES_NEXT/Administration/schema-is-tt2.txt b/docs/RELEASE_NOTES_NEXT/Administration/schema-is-tt2.txt
new file mode 100644 (file)
index 0000000..8daa658
--- /dev/null
@@ -0,0 +1,9 @@
+Upgrade Notes
+=============
+
+Standalone DB servers require the installation of a new Perl module to 
+support the new is_tt2() function, which validates in-database Template 
+Toolkit templates.
+
+  * For debian systems, install 'libtemplate-perl'
+  * For Fedora systems, install 'perl-Template-Toolkit'
index 9834628..27c47a8 100644 (file)
@@ -352,7 +352,7 @@ For a standalone PostgreSQL server, install the following Perl modules as the
 .(Debian / Ubuntu) Installing additional Perl modules on a standalone PostgreSQL 9 server
 [source, bash]
 ------------------------------------------------------------------------------
-aptitude install gcc libxml-libxml-perl libxml-libxslt-perl
+aptitude install gcc libxml-libxml-perl libxml-libxslt-perl libtemplate-perl
 cpan Business::ISBN
 cpan JSON::XS
 cpan Library::CallNumber::LC
@@ -367,7 +367,7 @@ cpan Rose::URI
 ------------------------------------------------------------------------------
 yum install gcc perl-XML-LibXML perl-XML-LibXSLT perl-Business-ISBN
 yum install perl-Library-CallNumber-LC perl-MARC-Record perl-MARC-Charset
-yum install perl-MARC-File-XML perl-UUID-Tiny
+yum install perl-MARC-File-XML perl-UUID-Tiny perl-Template-Toolkit
 ------------------------------------------------------------------------------
 
 You need to create a PostgreSQL superuser to create and access the database.