Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.235.459 Times

App::installguide::hosted 0.964

  Date Added: August 20, 2010  |  Visits: 1.026

App::installguide::hosted

Report Broken Link
Printer Friendly Version


Product Homepage
Download (90 downloads)



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..

Requirements: No special requirements
Platforms: Linux
Keyword: Appinstallguidehosted Arg Cpan Framework Install Installing Libraries Myconfig Pm Perl Perl Module Programming
Users rating: 0/10

License: Freeware Size: 122.88 KB
USER REVIEWS
More Reviews or Write Review


APP::INSTALLGUIDE::HOSTED RELATED
Libraries  -  Module::Install 0.64
Module::Install is a standalone, extensible Perl module installer. SYNOPSIS In your Makefile.PL: (Recommended Usage) # Load the Module::Install bundled in ./inc/ use inc::Module::Install; # Define metadata name Your-Module; all_from...
79.87 KB  
Libraries  -  CPAN::Cache 0.02
CPAN::Cache is a Perl module abstract locally-cached logical subset of a CPAN mirror. There have been any number of scripts and modules written that contain as part of their functionality some form of locally stored partial mirror of the CPAN...
21.5 KB  
Libraries  -  Config::Framework 2.5
Config::Framework is a Perl module with handy one-stop shopping for (most) of your configuration file needs. SYNOPSIS #create a new object, load two configuration files and decrypt the passwords. my $Object = new Config::Framework( Files =>...
15.36 KB  
Libraries  -  Module::Install::Philosophy 0.67
Module::Install::Philosophy Perl module contains the concepts behind Module::Install. SYNOPSIS This document describes the personal philosophy behind the creation of CPAN::MakeMaker (the predecessor of Module::Install). The views expressed...
81.92 KB  
Libraries  -  Alien::scriptaculous 1.002
Alien::scriptaculous is a Perl module for installing and finding script.aculo.us. SYNOPSIS use Alien::scriptaculous; ... $version = Alien::scriptaculous->version(); $path = Alien::scriptaculous->path(); ... Alien::scriptaculous->install(...
100.35 KB  
Libraries  -  Bundle::OpenSRF 0.07
Bundle::OpenSRF Perl module can install all OpenSRF prereq modules available on CPAN. SYNOPSIS perl -MCPAN -e install Bundle::OpenSRF or ... cpan Bundle::OpenSRF CONTENTS Cache::FileCache Cache::Memcached DBI DBD::SQLite Digest::MD5...
3.07 KB  
Libraries  -  ExtUtils::AutoInstall 0.63
ExtUtils::AutoInstall is a Perl module to automatic install of dependencies via CPAN. SYNOPSIS In Makefile.PL, with Module::Install available on the authors system: use inc::Module::Install; name (Joe-Hacker); abstract (Perl Interface to...
26.62 KB  
Libraries  -  Task::SOSA 1.04
Task::SOSA is a Perl module to install all the CPAN modules needed by SOSA. SYNOPSIS perl -MCPAN -e install Task::SOSA This Task module installs all the dependencies needed by SOSA, the "Samba and Open-xchange Simple Administrator"....
20.48 KB  
Libraries  -  Jifty::Manual::Tutorial 0.60912
Jifty::Manual::Tutorial is a Perl module for Zero to Jifty in a Jiffy. This tutorial should give you everything you need to build your first application with Jifty. HOW TO The requirements Heres what you need to have installed -- at least...
532.48 KB  
Libraries  -  Bundle::MusicBrainz::Client 0.01
Bundle::MusicBrainz::Client is a Perl module with a bundle to install MusicBrainz::Client and required modules. SYNOPSIS perl -MCPAN -e install Bundle::MusicBrainz::Client CONTENTS MusicBrainz::Client - for to get to know thyself...
2.05 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB