Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

[DEPRECATED] A Sinatra web application providing access to Digital Objects in SDR Preservation Storage

License

Notifications You must be signed in to change notification settings

sul-dlss-deprecated/sdr-services-app

Repository files navigation

DEPRECATED

functionality has been ported to https://github.com/sul-dlss/preservation_catalog

Build Status Coverage Status

SDR Services Application

A Sinatra web application for providing access to Digital Objects in SDR Storage.

This will be replaced by preservation-catalog as a more robust, easier to maintain approach that won't have to go to the preservation storage roots for absolutely everything.

Getting Started

  • git clone and cd into the cloned repository

  • setup ruby dependencies and run tests

    bundle install --without production
    ./bin/test.sh

Configuration

Environment variables are set in various places, with the following order of importance:

Run locally

bundler exec rackup

Deployment

Capistrano is configured to run the deployments. See cap -T for all the options.