Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hydra_mediated

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hydra_mediated

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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:

  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

 gem 'sufia-models', github: 'projecthydra/sufia', branch: 'rails4'

FAQs

Package last updated on 11 Jul 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc