akephalos

bin/akephalos

The bundled akephalos binary provides a command line interface to a few useful features.

akephalos --interactive

Running akephalos in interactive mode gives you an IRB context for interacting with your site just as you would in your tests:

akephalos --use-htmlunit-snapshot

This will instruct akephalos to use the latest development snapshot of HtmlUnit as found on it's Cruise Control server. HtmlUnit and its dependencies will be unpacked into vendor/htmlunit in the current working directory.

This is what the output looks like:

Once HtmlUnit has been extracted, Akephalos will automatically detect the vendored version and use it instead of the bundled version.

akephalos --server <socket_file>

Akephalos uses this command internally to start a JRuby DRb server using the provided socket file.