Ado

 view release on metacpan or  search on metacpan

lib/Ado/Manual/Installation.pod  view on Meta::CPAN

=encoding utf8

=head1 NAME

Ado::Manual::Installation - Various ways to install and deploy Ado

=head1 DESCRIPTION

We strongly recommend using Ado with L<your own
Perl|https://metacpan.org/pod/distribution/App-perlbrew/bin/perlbrew> (not the
system-wide)! This will give you freedom to install modules from CPAN etc.

Get a precompiled Perl distro like "Citrus Perl"
(L<http://www.citrusperl.com/download.html>) or "ActivePerl Community Edition"
(L<http://www.activestate.com/activeperl/downloads>) for your OS,  or build your
own using L<App::perlbrew>.

Ado can be downloaded from L<CPAN|http://search.cpan.org/dist/Ado/> and
installed manually or installed into any folder of your choice. By default it
goes into the C<siteprefix> folder of the perl distribution used for
installation.


=head1 INSTALLATION METHODS

When installing Ado in its own folder, you may want to add the
C</path/to/ado/bin> to your C<$PATH> environment variable.

=head2 MANUAL

To install manually Ado after downloading, run the following commands:

  tar -zxf Ado-X.XX.tar.gz
  cd Ado-X.XX/
  perl Build.PL --install_base $HOME/opt/ado
  #or if you want it in your Perl file tree
  perl Build.PL
  ./Build installdeps
  ./Build
  ./Build test
  ./Build install

=head2 CPAN

  cpanm -n -l Ado
  --> Working on Ado
  Fetching http://www.cpan.org/authors/id/B/BE/BEROV/Ado-0.87.tar.gz ... OK
  Configuring Ado-0.87 ... OK
  Building Ado-0.87 ... OK
  Successfully installed Ado-0.87 (upgraded from 0.86)
  1 distribution installed

  #or

  cpan Ado
  Running install for module 'Ado'
  Running make for B/BE/BEROV/Ado-0.85.tar.gz
  ...
  ...
    BEROV/Ado-0.85.tar.gz
  ./Build install install  -- OK



( run in 0.575 second using v1.01-cache-2.11-cpan-39bf76dae61 )