Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added gem 'hydra-head' to Gemfile #80

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/Lesson:-add-the-Hydra-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Open up `Gemfile` in your editor. We're going to add the following lines after

```ruby
gem 'hydra'
gem 'hydra-head'
```

This includes the hydra-gem in our application. Bundler will then ensure that the hydra-head, blacklight, active-fedora and other gems required by hydra get included (required) correctly. This includes a dependency for the jettywrapper gem (installed automatically). The jettywrapper gem is used to install and configure a preconfigured instance of jetty that loads and runs local development instances of Fedora and Solr for you to run and test your application against.
Expand Down Expand Up @@ -67,4 +68,4 @@ git commit -m "Ran hydra generator"
```

# Next Step
Go on to [[Lesson: Install hydra-jetty]] or return to the [[Dive into Hydra]] page.
Go on to [[Lesson: Install hydra-jetty]] or return to the [[Dive into Hydra]] page.