[freeside-users] Installation docs for freeside
Richard Siddall
richard.siddall at elirion.net
Fri Jun 30 08:57:55 PDT 2006
kc banner wrote:
> Yeah, I just spent alot of time with CPAN installing all the mdoules. They
> also dont state that its apache1 and mod_perl1 that you need to use,
>
You can simplify the installation of the modules off of CPAN using a
Bundle. See:
http://www.sisd.com/pipermail/freeside-users/2005-September/004748.html
I've attached a couple of Bundles for the core billing server and for
the Mason interface. I generated these a couple of weeks back from the
1.5.7 RPMs. You might need to add more modules if you're installing
1.5.8 or 1.7.x.
Regards,
Richard Siddall
-------------- next part --------------
package Bundle::Freeside-Mason;
$VERSION = '0.01';
1;
__END__
=head1 NAME
Bundle::Freeside-Mason - Required Perl modules for the Freeside Billing Server's HTML::Mason web interface installation
=head1 SYNOPSIS
perl -MCPAN -e 'install Bundle::Freeside-Mason'
=head1 CONTENTS
Business::CreditCard -
CGI -
CGI::Cookie -
Chart::LinesPoints -
Date::Format -
Date::Parse -
HTML::Entities -
HTML::Mason -
HTML::Mason::ApacheHandler -
HTML::Scrubber -
HTML::Widgets::SelectLayers -
IO::File -
IO::Handle -
IO::Scalar -
MIME::Entity -
Net::Whois::Raw -
Spreadsheet::WriteExcel -
String::Approx -
Text::CSV_XS -
Text::Quoted -
Text::Wrapper -
Tie::IxHash -
Time::Duration -
Time::Local -
Time::ParseDate -
URI::Escape -
=head1 CONFIGURATION
=head1 AUTHOR
Richard Siddall
-------------- next part --------------
package Bundle::Freeside;
$VERSION = '0.01';
1;
__END__
=head1 NAME
Bundle::Freeside - Required Perl modules for the core Freeside Billing Server installation
=head1 SYNOPSIS
perl -MCPAN -e 'install Bundle::Freeside'
=head1 CONTENTS
BIND::Conf_Parser -
Business::CreditCard -
CGI -
Carp -
Crypt::PasswdMD5 1.2 -
DBI -
DBIx::DBSchema 0.26 -
DBIx::DBSchema::ColGroup::Index -
DBIx::DBSchema::ColGroup::Unique -
DBIx::DBSchema::Column -
DBIx::DBSchema::Table -
DNS::ZoneParse 0.84 -
Data::Dumper -
Date::Format -
Date::Manip -
Date::Parse -
Digest::MD5 -
Exporter -
Fcntl -
File::Basename -
File::CounterFile -
File::Path -
File::Rsync -
File::Temp 0.14 -
Frontier::RPC2 -
Getopt::Std -
HTML::Entities -
HTML::Widgets::SelectLayers 0.02 -
IO::File -
IO::Handle -
IO::Select -
IPC::Run3 -
JavaScript::RPC::Server::CGI -
Locale::Country -
Locale::SubCountry -
MIME::Base64 -
MIME::Entity -
Mail::Address -
Mail::Header -
Mail::Internet 1.44 -
Net::LDAP::LDIF -
Net::SCP -
Net::SMTP -
Net::SSH 0.07 -
NetAddr::IP -
POSIX -
Safe -
Storable 2.09 -
String::Approx -
String::ShellQuote -
Term::Query -
Text::CSV_XS -
Text::Template 1.20 -
Tie::IxHash -
Tie::RefHash -
Time::Duration -
Time::Local -
URI::Escape -
URI::URL -
=head1 CONFIGURATION
=head1 AUTHOR
Richard Siddall
More information about the freeside-users
mailing list