Sha256: fcf6685cf2a1f656b95d1342ef84f7f93d11d3cb88e7adf28dbbc450abe8ce11

Contents?: true

Size: 1.17 KB

Versions: 19

Compression:

Stored size: 1.17 KB

Contents

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

<pre>rake -T</pre>

To narrow down the output, use grep. For example:

<pre>rake -T | grep hy</pre>


h2. 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

<pre>
  rake hydra:jetty:load                 # Copies the default SOLR config files and starts up the fedora instance.
</pre>

<pre>
  rake jetty:start                      # Starts the bundled Hydra Testing Server
  rake jetty:stop                       # Stops the bundled Hydra Testing Server
</pre>

h3. Subtasks: config, config_fedora, config_solr

<pre>
  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
</pre>
  

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
hydra-11.0.0 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-11.0.0.rc1 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-10.0.1 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-10.0.0 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-9.1.0 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-9.1.0.rc5 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-9.1.0.rc4 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-9.1.0.rc3 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-9.1.0.rc2 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-9.1.0.rc1 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-8.0.0 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-9.0.0 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-7.2.0 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-7.1.1 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-9.0.0.rc1 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-7.1.0 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-7.0.0 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-7.0.0.rc1 doc/Rake-Tasks-in-Hydra-Head.textile
hydra-6.2.0 doc/Rake-Tasks-in-Hydra-Head.textile