NAME
amon2-setup.pl - setup script for amon2
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
DESCRIPTION
This is a setup script for Amon2.
amon2-setup.pl is highly extensible. You can write your own flavor.
HINTS
You can specify --flavor
option multiple times. For example, you can type like following:
% amon2-setup.pl --flavor=Basic --flavor=Teng MyApp
% amon2-setup.pl --flavor=Teng,Basic MyApp
Second flavor can overwrite files generated by first flavor.
AUTHOR
Tokuhiro Matsuno