You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2020. It is now read-only.
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 rootDdr::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/ddrHELP_URL: [help url]