Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Server Installation

David Chandek-Stark edited this page Feb 1, 2016 · 4 revisions

Rails

Customize config/environments/production.rb

require "uri"
# replace [root url] with the fully qualified URL to app root
Ddr::Auth.sso_logout_url += URI.encode_www_form_component("?returnto=[root url]")

Update config/local_env.yml

# replace [contact email] with appropriate email address; e.g., repository-help@duke.edu 
CONTACT_EMAIL: [contact email]
# replace [help url] with URL for help link; e.g., http://library.duke.edu/about/depts/repositoryservices/ddr
HELP_URL: [help url]

Clone this wiki locally