Sha256: 2fd16b5eb2e9a99d3fb36dd5eda716ba58e8f8d5c9a0a2e0922056ada0948efe

Contents?: true

Size: 1.45 KB

Versions: 5

Compression:

Stored size: 1.45 KB

Contents

# CurationConcerns::Models

Models extracted from worthwhile-models and sufia-models.

## Dependencies

Checkout the readme for [hydra-derivatives](https://github.com/projecthydra/hydra-derivatives#dependencies) for additional dependencies for generating derivatives.

### FITS 0.6.2

To install FITS:
 * Go to http://projects.iq.harvard.edu/fits/downloads, download __fits-0.6.2.zip__, and unpack it somewhere on your machine. You can also install FITS on OSX with homebrew: `brew install fits` (you may also have to create a symlink from fits.sh -> fits in the next step).
 * Mark fits.sh as executable (chmod a+x fits.sh)
 * Run "fits.sh -h" from the command line and see a help message to ensure FITS is properly installed
 * Give your app access to FITS by:
     * Adding the full fits.sh path to your PATH (e.g., in your .bash_profile), OR
     * Changing config/initializers/sufia.rb to point to your FITS location: config.fits_path = "/<your full path>/fits.sh"

### Redis 2.6

The redlock gem requires Redis >= 2.6.



## Installation

Add this line to your application's Gemfile:

    gem 'curation_concerns-models'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install curation_concerns-models

## Usage


## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
curation_concerns-models-0.12.0.pre1 README.md
curation_concerns-models-0.11.0 README.md
curation_concerns-models-0.11.0.rc1 README.md
curation_concerns-models-0.10.0 README.md
curation_concerns-models-0.9.0 README.md