Amon2

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN


    - Fixed indexing issue.
      (tokuhirom)

5.00 2013-10-09T03:44:43Z

    - Default jQuery version is updated to 2.0
      (tokuhirom)
    - Default template engine syntax was switched to Kolon!!!
      (tokuhirom)
    - Every flavores are CPAN upload ready.
      (tokuhirom)
    - Flavores no longer create app.psgi.
      Create script/${app}-server instead.
      (tokuhirom)

4.06 2013-10-04T05:40:15Z

    - Make Starlet a dependency for the Standalone flavor.
      (Geraud)
    - Flavor::Standalone: Show start up banner.

Changes  view on Meta::CPAN

      (tokuhirom)

4.05 2013-10-03T22:26:32Z

    - Fixed @INC settings created by Standalone flavor.
      (tokuhirom)

4.04 2013-10-03T06:39:40Z

    - Added EXPERIMENTAL Standalone flavor.
      It makes easier to create CPAN uploadable web application.
      (tokuhirom)

4.03 2013-09-17T03:21:53Z

    - Show banner after run setup script.
      (Suggested by zakame)

4.02 2013-09-17T03:12:00Z

    - Add Amon2::Web->create_simple_status_page().

script/amon2-setup.pl  view on Meta::CPAN


amon2-setup.pl - setup script for amon2

=head1 SYNOPSIS

    % amon2-setup.pl MyApp

        --flavor=Basic      basic flavour (default)
        --flavor=Lite       Amon2::Lite flavour (need to install)
        --flavor=Minimum    minimalistic flavour for benchmarking
        --flavor=Standalone CPAN uploadable web application(EXPERIMENTAL)

        --vc=Git         setup the git repository (default)

        --list-flavors (or -l) Shows the list of flavors installed

        --help   Show this help

=head1 DESCRIPTION

This is a setup script for Amon2.



( run in 1.264 second using v1.01-cache-2.11-cpan-b16cb0d3907 )