Difference between revisions of "Issues2"

From EPrints Documentation
Jump to: navigation, search
(Created page with "Version 1.0 - initial release This package helps repository administrators find records with duplicate metadata. It is an alternative to the existing Issues tool, with a simp...")
 
Line 1: Line 1:
Version 1.0 - initial release
+
'''Version 1.0 - initial release'''
  
 
This package helps repository administrators find records with duplicate metadata.
 
This package helps repository administrators find records with duplicate metadata.
Line 7: Line 7:
  
 
This work has been funded by Jisc and carried out by EPrints Services.
 
This work has been funded by Jisc and carried out by EPrints Services.
 +
 +
'''Installation'''
 +
 +
1) Install the Bazaar package via the normal Admin -> System Tools -> EPrints Bazaar route.
 +
 +
2) There is a server side script which is designed to be run periodically (e.g. nightly) which inspects the contents of your repository.  It is recommended that you run this via 'cron'.
 +
e.g. add the following to your crontab (run "crontab -e") to run at 5am each night.
 +
 +
00 05 * * * /opt/eprints3/lib/bin/issues_audit2 MYREPO --quiet

Revision as of 10:55, 5 September 2017

Version 1.0 - initial release

This package helps repository administrators find records with duplicate metadata. It is an alternative to the existing Issues tool, with a simplified interface.

This is our initial version, we are already planning on further work to this plugin.

This work has been funded by Jisc and carried out by EPrints Services.

Installation

1) Install the Bazaar package via the normal Admin -> System Tools -> EPrints Bazaar route.

2) There is a server side script which is designed to be run periodically (e.g. nightly) which inspects the contents of your repository. It is recommended that you run this via 'cron'. e.g. add the following to your crontab (run "crontab -e") to run at 5am each night.

00 05 * * * /opt/eprints3/lib/bin/issues_audit2 MYREPO --quiet