Main > Programming > Libraries >

App::installguide::hosted 0.964

App::installguide::hosted 0.964

Sponsored Links

App::installguide::hosted 0.964 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.12 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 962
Date added: 2007-03-06
Publisher: Stephen Adkins

App::installguide::hosted 0.964 description

App::installguide::hosted is a Perl module to instructions on installing the App::Context framework in a web-hosting (non-root) environment.

These are instructions on installing the App::Context framework in a web-hosting (non-root) environment.

ASSUMPTIONS

* You get command line access but not root.
* You have access to a MySQL database engine (and permissions to create at least 3 databases)

SET UP THE CPAN SHELL

Installing software from CPAN into a non-system area requires a little setup.

* Find CPAN/Config.pm and make a local copy of it to MyConfig.pm
* Modify MyConfig.pm to use local directories

The first thing to do is to find CPAN/Config.pm.

> which perl
/usr/bin/perl

Since perl is installed in /usr/bin, the perl libraries are most likely stored in /usr/lib/perl5.

> find /usr/lib/perl5 -name Config.pm -print
/usr/lib/perl5/site_perl/5.8.7/x86_64-linux/Template/Config.pm
/usr/lib/perl5/site_perl/5.8.7/Apache/Admin/Config.pm
/usr/lib/perl5/5.8.5/CPAN/Config.pm
/usr/lib/perl5/5.8.5/Net/Config.pm
/usr/lib/perl5/5.8.7/x86_64-linux/Encode/Config.pm
/usr/lib/perl5/5.8.7/x86_64-linux/Config.pm
/usr/lib/perl5/5.8.7/CPAN/Config.pm
/usr/lib/perl5/5.8.7/Net/Config.pm

Now make a copy of CPAN::Config.

mkdir ~/.cpan
mkdir ~/.cpan/CPAN
cp /usr/lib/perl5/5.8.7/CPAN/Config.pm ~/.cpan/CPAN/MyConfig.pm

Now edit it.

vi ~/.cpan/CPAN/MyConfig.pm

There might be lines like the following.

build_dir => q[/root/.cpan/build],
cpan_home => q[/root/.cpan],
histfile => q[/root/.cpan/histfile],
keep_source_where => q[/root/.cpan/sources],
makepl_arg => q[],
make_install_arg => q[UNINST=1],
mbuildpl_arg => q[],

Change them to something like the following.

build_dir => q[/home/username/.cpan/build],
cpan_home => q[/home/username/.cpan],
histfile => q[/home/username/.cpan/histfile],
keep_source_where => q[/home/username/.cpan/sources],
makepl_arg => q[PREFIX=/home/username],
make_install_arg => q[],
mbuildpl_arg => q[install_base=/home/username],

Then fire up the CPAN shell and install something. Then verify that it installed.

# perl -MCPAN -e shell
cpan> install App::Options
cpan> exit
# find ~/lib -name Options.pm -print
/home/username/lib/perl5/site_perl/5.8.7/App/Options.pm

Yay. Success. We used the CPAN shell to install modules into our private perl library directory.

App::installguide::hosted 0.964 Screenshot

Advertisements

App::installguide::hosted 0.964 Keywords

Bookmark App::installguide::hosted 0.964

Hyperlink code:
Link for forum:

App::installguide::hosted 0.964 Copyright

WareSeeker periodically updates pricing and software information of App::installguide::hosted 0.964 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of App::installguide::hosted 0.964 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
App::quickstart is App::Context Developers Quick-Start Guide. Free Download
App::Repository is a logical data access layer for the App::Context Framework. Free Download
App::Context is an application framework for web applications, command-line programs, server programs, and web services. Free Download
App::datetime is a date and time considerations. Free Download
Module::Install is a standalone, extensible Perl module installer. Free Download
Module::Install::Philosophy Perl module contains the concepts behind Module::Install. Free Download
Inline-Support is a Perl module created to support information for Inline.pm and related modules. Free Download
Tk::Wizard::Installer is a Perl module for building-blocks for a software install wizard. Free Download