Difference between revisions of "Freeside:2.1:Documentation:RT Installation:Ubuntu"
From Freeside
(New page: ==Introduction== Install RT on Ubuntu / Debian system - Tested with Ubuntu 10.4 Lts ==1. Install Perl Modules== <pre> cpan Apache::Session HTML::TreeBuilder HTML::FormatText Test::Inlin...) |
|||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
− | Install RT on Ubuntu | + | Install RT on Ubuntu system - Tested with Ubuntu 10.4 Lts |
− | |||
− | |||
+ | ==Install Dependancies== | ||
+ | * Install dependancy for Crypt::SSLeay | ||
+ | <pre> | ||
+ | apt-get install libssl-dev | ||
+ | </pre> | ||
+ | * Install Perl Modules ''(WTF, are none of these available as packages in Ubuntu? They should all be in Debian. -Ivan)'' | ||
<pre> | <pre> | ||
cpan Apache::Session HTML::TreeBuilder HTML::FormatText Test::Inline Class::ReturnValue DBIx::SearchBuilder Log::Dispatch Locale::Maketext::Lexicon | cpan Apache::Session HTML::TreeBuilder HTML::FormatText Test::Inline Class::ReturnValue DBIx::SearchBuilder Log::Dispatch Locale::Maketext::Lexicon | ||
cpan Locale::Maketext::Fuzzy Text::Wrapper Time::ParseDate Term::ReadKey Text::Autoformat Text::Quoted Regexp::Common HTML::Scrubber Tree::Simple | cpan Locale::Maketext::Fuzzy Text::Wrapper Time::ParseDate Term::ReadKey Text::Autoformat Text::Quoted Regexp::Common HTML::Scrubber Tree::Simple | ||
cpan Crypt::SSLeay GD::Graph UNIVERSAL::require XML::RSS Calendar::Simple GD::Graph GD::Text CSS::Squish | cpan Crypt::SSLeay GD::Graph UNIVERSAL::require XML::RSS Calendar::Simple GD::Graph GD::Text CSS::Squish | ||
− | cpan File::ShareDir | + | cpan File::ShareDir HTML::RewriteAttributes MIME::Types PerlIO::eol GnuPG::Interface Data::ICal Text::WikiFormat Net::Server |
− | cpan HTTP::Server::Simple HTTP::Server::Simple::Mason | + | cpan HTTP::Server::Simple HTTP::Server::Simple::Mason Module::Versions::Report DateTime::Set IPC::Run::SafeHandles |
</pre> | </pre> | ||
+ | |||
+ | == Installation == | ||
+ | |||
+ | Follow the [[Freeside:2.1:Documentation:RT_Installation#Installation|regular installation instructions]]. |
Latest revision as of 12:30, 23 November 2011
Introduction
Install RT on Ubuntu system - Tested with Ubuntu 10.4 Lts
Install Dependancies
- Install dependancy for Crypt::SSLeay
apt-get install libssl-dev
- Install Perl Modules (WTF, are none of these available as packages in Ubuntu? They should all be in Debian. -Ivan)
cpan Apache::Session HTML::TreeBuilder HTML::FormatText Test::Inline Class::ReturnValue DBIx::SearchBuilder Log::Dispatch Locale::Maketext::Lexicon cpan Locale::Maketext::Fuzzy Text::Wrapper Time::ParseDate Term::ReadKey Text::Autoformat Text::Quoted Regexp::Common HTML::Scrubber Tree::Simple cpan Crypt::SSLeay GD::Graph UNIVERSAL::require XML::RSS Calendar::Simple GD::Graph GD::Text CSS::Squish cpan File::ShareDir HTML::RewriteAttributes MIME::Types PerlIO::eol GnuPG::Interface Data::ICal Text::WikiFormat Net::Server cpan HTTP::Server::Simple HTTP::Server::Simple::Mason Module::Versions::Report DateTime::Set IPC::Run::SafeHandles
Installation
Follow the regular installation instructions.