This guide is known to work with hydra-head _version 6.0.0_. _Please update this wiki to reflect any other versions that have been tested._ h2. Getting info about the rake tasks from the command line
rake -TTo narrow down the output, use grep. For example:
rake -T | grep hyh2. hydra:jetty Tasks _Prerequisite:_ You must have the following lines in your Gemfile ```ruby gem 'hydra-head' gem 'jettywrapper' ``` h3. The main tasks: load, start, stop
rake hydra:jetty:load # Copies the default SOLR config files and starts up the fedora instance.
rake jetty:start # Starts the bundled Hydra Testing Server rake jetty:stop # Stops the bundled Hydra Testing Serverh3. Subtasks: config, config_fedora, config_solr
rake hydra:jetty:config # Copies the default Solr & Fedora configs into the bundled Hydra Testing Server rake hydra:jetty:config_fedora # Copies a custom fedora config for the bundled Hydra Testing Server rake hydra:jetty:config_solr # Copies the default SOLR config for the bundled Hydra Testing Server