NAME

Clustericious::Command::Hypnotoad - Clustericious command to stat Hypnotoad

SYNOPSIS

in your application configuration (~/etc/YourApp.conf)

---
start_mode : "hypnotoad"
hypnotoad:
   workers : 1
       listen :
           - "http://*:3000"
   inactivity_timeout : 50
   pid_file : /tmp/minionrelay.pid

then at the command line:

% yourapp start

DESCRIPTION

Start a hypnotoad webserver.

Configuration for the server is taken directly from the "hypnotoad" entry in the config file, and turned into a config file for hypnotoad.

SUPER CLASS

Clustericious::Command

SEE ALSO

Clustericious Mojo::Server::Hypnotoad,