Jifty::Plugin::SetupWizard - make it easy for end-users to set up your app


Jifty documentation  | view source Contained in the Jifty distribution.

Index


NAME

Top

Jifty::Plugin::SetupWizard - make it easy for end-users to set up your app

DESCRIPTION

Top

    http://your.app/__jifty/admin/setupwizard

USAGE

Top

Add the following to your site_config.yml

 framework:
   Plugins:
     - SetupWizard: {}

METHODS

Top

init

Sets up a post_init hook.

add_step(%params)

Adds another step to the setup wizard. It will go at the end, but before the "finalize" step if it exists.

prereq_plugins

This plugin depends on Jifty::Plugin::Config.

COPYRIGHT AND LICENSE

Top


Jifty documentation  | view source Contained in the Jifty distribution.