Difference between revisions of "SUNScholar/Admin Statistics"
Jump to navigation
Jump to search
m (→Step 2) |
m (→Step 2) |
||
| Line 12: | Line 12: | ||
*https://github.com/DSpace/DSpace/blob/dspace-5.2/dspace/config/dspace.cfg#L1732-L1740 | *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 | ||
==Step 3== | ==Step 3== | ||
The reports are generated using the daily admin script. | The reports are generated using the daily admin script. | ||
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Daily_Admin | http://wiki.lib.sun.ac.za/index.php/SUNScholar/Daily_Admin | ||
Revision as of 13:41, 3 June 2015
Back to Statistics
Step 1
Review the report configuration.
nano $HOME/source/dspace/config/dstat.cfg
- NANO Editor Help
| CTL+O | = Save the file and then press Enter |
| CTL+X | = Exit "nano" |
| CTL+K | = Delete line |
| CTL+U | = Undelete line |
| CTL+W | = Search for %%string%% |
| CTL+\ | = Search for %%string%% and replace with $$string$$ |
| CTL+C | = Show line numbers |
More info = http://en.wikipedia.org/wiki/Nano_(text_editor)
Step 2
These statistics are normally only available to the repository administrator. See the official config below for DSpace 4.2.
- 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-3.2/dspace/config/dspace.cfg#L1431-L1439
Step 3
The reports are generated using the daily admin script.
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Daily_Admin