Skip to content
Open
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
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ If you have questions or are interested in contributing, please reach out to the

## Requirements

1. [Ruby](https://www.ruby-lang.org/) 3.2+
2. [Ruby on Rails](https://rubyonrails.org/) 7.1+
3. Java (11 or greater) *for Solr*
4. ImageMagick (http://www.imagemagick.org/script/index.php) due to [carrierwave](https://github.com/carrierwaveuploader/carrierwave#adding-versions)
- [Ruby](https://www.ruby-lang.org/) 3.2+
- [Ruby on Rails](https://rubyonrails.org/) 7.1+
- Java (11 or greater) *for Solr*
- [ImageMagick](http://www.imagemagick.org/script/index.php) if using riiif (current default for `config.iiif_service`)
- See [riiif](https://github.com/sul-dlss/riiif) configuration instructions for alternatives to ImageMagick (ex. libvips)
- May also be needed if adding custom [carrierwave](https://github.com/carrierwaveuploader/carrierwave) uploaders to Spotlight


## Installation

Expand Down
Loading