fix silly bug preventing html invoicing from finding their logo
[freeside.git] / README.1.5.7
index 85722b7..b4ffff1 100644 (file)
@@ -138,15 +138,22 @@ Installs w/integrated RT:
   CREATE INDEX Attributes1 on Attributes(Name);
   CREATE INDEX Attributes2 on Attributes(ObjectType, ObjectId);
 
+  Add these lines to /opt/rt3/etc/RT_SiteConfig.pm (before the "1;"):
+    $RT::URI::freeside::IntegrationType = 'Internal';
+    $RT::URI::freeside::URL = 'http://path/to/your/freeside/';
+    Set($DatabaseHost   , '');
 
-(make sure you have upgrade DBIx::DBSchema to 0.24)
+(End of Installs w/integrated RT)
+
+
+(make sure you have upgraded DBIx::DBSchema to 0.26)
 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), Frontier::RPC
-(Frontier::RPC2) and MIME::Entity (MIME-tools)
+(Frontier::RPC2), MIME::Entity (MIME-tools) and IPC::Run3
 
 afterwords (for installs w/integrated RT):
 install HTML::Scrubber, Text::Quoted and Tree::Simple