From f17761b50973c9ac648169e334e3f36ecb9d272e Mon Sep 17 00:00:00 2001 From: dheles Date: Fri, 4 Jan 2019 11:30:53 -0500 Subject: [PATCH] 5432 - Elaborate on documentation for fake DOI provider. Fixes #5432 --- doc/sphinx-guides/source/developers/dev-environment.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/sphinx-guides/source/developers/dev-environment.rst b/doc/sphinx-guides/source/developers/dev-environment.rst index 9757ac5dd81..6dac1f05e8b 100755 --- a/doc/sphinx-guides/source/developers/dev-environment.rst +++ b/doc/sphinx-guides/source/developers/dev-environment.rst @@ -173,6 +173,8 @@ Run the following command: ``curl http://localhost:8080/api/admin/settings/:DoiProvider -X PUT -d FAKE`` +This will disable DOI registration by using a fake (in-code) DOI provider. Please note that this feature is only available in version >= 4.10 and that at present, the UI will give no indication that the DOIs thus minted are fake. + Next Steps ----------