Difference between revisions of "SUNScholar/Admin Statistics"

From Libopedia
Jump to navigation Jump to search
Line 4: Line 4:
  
 
==Step 1==
 
==Step 1==
Review the report configuration.
+
Review and/or edit the report configuration.
 
  nano $HOME/source/dspace/config/dstat.cfg
 
  nano $HOME/source/dspace/config/dstat.cfg
  
 
{{NANO}}
 
{{NANO}}
 +
 
==Step 2==
 
==Step 2==
 
These statistics are normally only available to the repository administrator. See the official config below for DSpace 4.2.
 
These statistics are normally only available to the repository administrator. See the official config below for DSpace 4.2.

Revision as of 13:44, 3 June 2015

Back to Statistics

Step 1

Review and/or edit 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.

Edit the following file:

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

Search for report.public and modify accordingly.

Step 3

The reports are generated using the daily admin script.

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