From 2a74d8508b6552f379131cc36e9aef2b9348458a Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 23 Mar 2005 02:59:44 +0000 Subject: [PATCH] add HTML::Scrubber to rt install/upgrade docs --- README.1.5.7 | 8 +++++--- httemplate/docs/install-rt.html | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.1.5.7 b/README.1.5.7 index 2620d828b..080152c37 100644 --- a/README.1.5.7 +++ b/README.1.5.7 @@ -104,15 +104,17 @@ Installs w/integrated RT: CREATE INDEX Attributes2 on Attributes(ObjectType, ObjectId); -dbdef-create username +(make sure you have upgrade DBIx::DBSchema to 0.24) +dbdef-create username create-history-tables username rate rate_detail rate_region rate_prefix reg_code reg_code_pkg dbdef-create username install Javascript::RPC (JavaScript::RPC::Server::CGI), Text::CSV_XS, -Spreadsheet::WriteExcel, IO-stringy (IO::Scalar) and Frontier::RPC -(Frontier::RPC2) +Spreadsheet::WriteExcel, IO-stringy (IO::Scalar), Frontier::RPC +(Frontier::RPC2) and MIME::Entity (MIME-tools) afterwords (for installs w/integrated RT): +install HTML::Scrubber and Text::Quoted make configure-rt make deploy /opt/rt3/sbin/rt-setup-database --action insert --datadir etc/upgrade/3.1.15 diff --git a/httemplate/docs/install-rt.html b/httemplate/docs/install-rt.html index fd4695a68..406b008c3 100644 --- a/httemplate/docs/install-rt.html +++ b/httemplate/docs/install-rt.html @@ -27,6 +27,7 @@
  • Text::Autoformat
  • Text::Quoted
  • Regexp::Common +
  • HTML::Scrubber

    Create a new Unix group called 'rt' -- 2.11.0