The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dezi::Admin - Dezi server administration UI

SYNOPSIS

my $app = Dezi::Server->app(
    {   
        search_path   => 's',
        index_path    => 'i',
        engine_config => {
            indexer_config => {
                config => { 'FuzzyIndexingMode' => 'Stemming_en1', },
            },
        },
        admin_class  => 'Dezi::Admin',
        stats_logger => $stats,
    }
);

# or from the command line

% dezi --admin-class=Dezi::Admin

DESCRIPTION

Dezi::Admin is a Plack middleware that creates an administration web interface to a Dezi server.

METHODS

app(args)

Returns a Plack-ready application via Plack::Builder.

args are passed directly to Dezi::Admin::Config new().

AUTHOR

Peter Karman, <karman at cpan.org>

BUGS

Please report any bugs or feature requests to bug-dezi-admin at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dezi-Admin. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Dezi::Admin

You can also look for information at:

COPYRIGHT & LICENSE

Copyright 2013 Peter Karman.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.