Difference between revisions of "SUNScholar/Versioning"
Jump to navigation
Jump to search
m (Text replacement - "/home/dspace/source" to "/home/dspace/<u>source</u>") |
|||
| Line 2: | Line 2: | ||
;Step 1 - Enable versioning with the XMLUI | ;Step 1 - Enable versioning with the XMLUI | ||
Edit the following file: | Edit the following file: | ||
| − | nano /home/dspace/source/dspace/config/xmlui.xconf | + | nano /home/dspace/<u>[[SUNScholar/Install_DSpace/S03#Step_3.2|source]]</u>/dspace/config/xmlui.xconf |
And enable versioning for the XMLUI. See example below. | And enable versioning for the XMLUI. See example below. | ||
<pre> | <pre> | ||
| Line 14: | Line 14: | ||
;Step 2 - Setup permissions | ;Step 2 - Setup permissions | ||
Edit the following file: | Edit the following file: | ||
| − | nano /home/dspace/source/dspace/config/modules/versioning.cfg | + | nano /home/dspace/<u>[[SUNScholar/Install_DSpace/S03#Step_3.2|source]]</u>/dspace/config/modules/versioning.cfg |
And enable permissions. See example below. | And enable permissions. See example below. | ||
<pre> | <pre> | ||
| Line 24: | Line 24: | ||
;Customisation | ;Customisation | ||
Edit the following files to customise versioning. | Edit the following files to customise versioning. | ||
| − | nano /home/dspace/source/dspace/config/spring/api/versioning-service.xml | + | nano /home/dspace/<u>[[SUNScholar/Install_DSpace/S03#Step_3.2|source]]</u>/dspace/config/spring/api/versioning-service.xml |
| − | nano /home/dspace/source/dspace/config/spring/api/identifier-service.xml | + | nano /home/dspace/<u>[[SUNScholar/Install_DSpace/S03#Step_3.2|source]]</u>/dspace/config/spring/api/identifier-service.xml |
;References | ;References | ||
Revision as of 22:36, 29 December 2013
Please note: This feature was released with DSpace version 3.2 and therefore not fully tried and tested.
You apply this feature at your own risk.
- Step 1 - Enable versioning with the XMLUI
Edit the following file:
nano /home/dspace/source/dspace/config/xmlui.xconf
And enable versioning for the XMLUI. See example below.
<!-- =====================
Item Level Versioning
===================== -->
<!-- To enable Item Level Versioning features, uncomment this aspect. -->
<aspect name="Versioning Aspect" path="resource://aspects/Versioning/" />
- Step 2 - Setup permissions
Edit the following file:
nano /home/dspace/source/dspace/config/modules/versioning.cfg
And enable permissions. See example below.
item.history.view.admin=false
- Step 3 - Rebuild DSpace
- Customisation
Edit the following files to customise versioning.
nano /home/dspace/source/dspace/config/spring/api/versioning-service.xml
nano /home/dspace/source/dspace/config/spring/api/identifier-service.xml
- References
- https://wiki.duraspace.org/display/DSDOC4x/Item+Level+Versioning
- https://wiki.duraspace.org/display/DSDOC3x/Item+Level+Versioning
Back to Customisation