Difference between revisions of "SUNScholar/Admin Statistics"

From Libopedia
Jump to navigation Jump to search
m
 
(15 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
  '''[[SUNScholar/Statistics|Back to Statistics]]'''
 
  '''[[SUNScholar/Statistics|Back to Statistics]]'''
 
</center>
 
</center>
These statistics are normally only available to the repository administrator.
 
  
See the official config below.
+
==Step 1==
 +
Review and/or edit the report configuration.
 +
nano $HOME/source/dspace/config/dstat.cfg
 +
See: https://github.com/DSpace/DSpace/blob/master/dspace/config/dstat.cfg
 +
 
 +
==Step 2==
 +
These statistics are normally only available to the repository administrator. See the official configs below.
 +
*https://github.com/DSpace/DSpace/blob/dspace-5.2/dspace/config/dspace.cfg#L1732-L1740
 
*https://github.com/DSpace/DSpace/blob/dspace-4.2/dspace/config/dspace.cfg#L1629-L1637
 
*https://github.com/DSpace/DSpace/blob/dspace-4.2/dspace/config/dspace.cfg#L1629-L1637
 +
*https://github.com/DSpace/DSpace/blob/dspace-3.2/dspace/config/dspace.cfg#L1431-L1439
 +
Edit the following file:
 +
nano $HOME/{{Source}}/dspace/config/dspace.cfg
 +
Search for <tt>'''report.public'''</tt> and modify accordingly.
 +
 +
==Step 3==
 +
Ensure that the reports are generated using the daily admin script.
 +
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Daily_Admin
 +
==Step 4==
 +
[[SUNScholar/Rebuild_DSpace|'''Click here''']] to rebuild DSpace.
 +
[[Category:Customisation]]

Latest revision as of 15:50, 29 May 2016

Back to Statistics

Step 1

Review and/or edit the report configuration.

nano $HOME/source/dspace/config/dstat.cfg

See: https://github.com/DSpace/DSpace/blob/master/dspace/config/dstat.cfg

Step 2

These statistics are normally only available to the repository administrator. See the official configs below.

Edit the following file:

nano $HOME/source/dspace/config/dspace.cfg

Search for report.public and modify accordingly.

Step 3

Ensure that the reports are generated using the daily admin script.

http://wiki.lib.sun.ac.za/index.php/SUNScholar/Daily_Admin

Step 4

Click here to rebuild DSpace.