psu-libraries / scholarsphere-3

A web application for ingest, curation, search, and display of digital assets. Powered by Hydra technologies (Rails, Hydra-head, Blacklight, Solr, Fedora Commons, etc.)
Apache License 2.0
78 stars 24 forks source link

Update Servers to contain a sufia6.rb for connecting with the sufia6 fedora #455

Open carolyncole opened 7 years ago

carolyncole commented 7 years ago

For importing content from the sufia6 fedora we need to configure the sufia 7 servers with the user information.

Create a symbolic link in cap to put the configuration into the config/initializers directory The file should have

ScholarSphere::Application.config.fedora_sufia6_user = ...
ScholarSphere::Application.config.fedora_sufia6_password = ...
carolyncole commented 7 years ago

Mistake!