Sha256: c93950b21967d219db135eee5f9d809ebb3fdd428288e1266b854be2fee7923d

Contents?: true

Size: 817 Bytes

Versions: 1

Compression:

Stored size: 817 Bytes

Contents

# Goals
* Prototype an ingest workflow that is potentially useful to several institutions
* Demonstrate how to rely on sufia-models when creating a new gem
* Prove (test) the usefulness of sufia-models
* Use hydra-collections when dealing with sets of object
* How to use hydra-editor for using metadata
* Extracting the multi-file upload from sufia

# Setup

in your Gemfile add:

```ruby
  gem 'hydra_mediated'
```

```
rails g blacklight --devise
rails g hydra:head -f
rake db:migrate

Add to config/routes.rb before the blacklight routes:
```ruby
mount HydraMediated::Engine => '/'
```

# if you are using rails 3
```
rm public/index.html
```

# if you are using rails 4 pin to a compatible branch of sufia-models
in the gemfile add
```ruby
 gem 'sufia-models', github: 'projecthydra/sufia', branch: 'rails4'
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hydra_mediated-0.0.1 README.md