Difference between revisions of "SUNScholar/Copyright/Creative Commons/3.X"
Jump to navigation
Jump to search
m |
m |
||
| Line 22: | Line 22: | ||
Then [[SUNScholar/Rebuild_DSpace|rebuild DSpace]]. | Then [[SUNScholar/Rebuild_DSpace|rebuild DSpace]]. | ||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 12:18, 19 May 2016
BACK TO CREATIVE COMMONS
Edit the following file;
nano $HOME/source/dspace/config/submission.xml
Then enable "Step 6" by removing the comment characters around the following;
<!--Step 6 will be to select a Creative Commons License-->
<!-- Uncomment this step to allow the user to select a Creative Commons license -->
<!--
<step>
<heading>submit.progressbar.CClicense</heading>
<processing-class>org.dspace.submit.step.CCLicenseStep</processing-class>
<jspui-binding>org.dspace.app.webui.submit.step.JSPCCLicenseStep</jspui-binding>
<xmlui-binding>org.dspace.app.xmlui.aspect.submission.submit.CCLicenseStep</xmlui-binding>
<workflow-editable>false</workflow-editable>
</step>
-->
Then rebuild DSpace.