Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Guide: Provide instructions on configuring persistent identifiers. #2783

Closed
kcondon opened this issue Nov 30, 2015 · 1 comment
Labels
Type: Bug a defect

Comments

@kcondon
Copy link
Contributor

kcondon commented Nov 30, 2015

We currently support DOI from EZID through 4 fields in the setting table and account credentials in the domain.xml file:

setting table:
select name, content from setting where name like '%Protocol%';
name | content
-----------+---------
:Protocol | doi
(1 row)

select name, content from setting where name like '%Doi%';
name | content
---------------+---------
:DoiProvider | EZID
:DoiSeparator | /

select name, content from setting where name like '%Authority%';
name | content
------------+-------------
:Authority | 10.7910/DVN

domain.xml:
-Ddoi.password=mypassword
-Ddoi.username=myusername
-Ddoi.baseurlstring=https://ezid.cdlib.org

Please note that Authority is the DOI namespace granted from EZID. We at IQSS are currently recommending adding a shoulder to the namespace, ie. '/DVN' . This is optional but something we are trying to standardize on.

This needs to be (re)documented or we will get support tickets like RT 229931

See also ticket #2661 which encompasses all setting table entries.

@kcondon
Copy link
Contributor Author

kcondon commented Nov 30, 2015

Closing as a duplicate of: #2632

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug a defect
Projects
None yet
Development

No branches or pull requests

2 participants