Skip to content

brianmed/minion_ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minion UI

To get started put lib/ in your perl lib path somehow.

use Mojolicious::Lite;
...
plugin Minion => {Pg => "postgresql://$ENV{DBI_USER}:$ENV{DBI_PASS}\@127.0.0.1/jobs"};
...
app->start;

and visit the designated path or simply run the ui command

$ ./myapp.pl minion ui

which takes the same arguments as the daemon command.

Dashboard

Released under the same terms as Perl itself.

Copyright (c) 2016 Joel Berger and Brian Medley

About

Mojolicious::Lite Minion UI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published