⧼vector-jumptocontent⧽

User:Ckeene: Difference between revisions

From EPrints Documentation
Ckeene (talk | contribs)
No edit summary
 
(20 intermediate revisions by one other user not shown)
Line 1: Line 1:
Chris Keene. Technical Development Manager, University of Sussex Library, UK.
[[Ideas for future versions of eprints]]
== Chris Keene ==
Chris Keene.  
Technical Development Manager,  
University of Sussex Library,  
UK.
http://www.sussex.ac.uk/library/


== Eprints 3 upgrade ==
I'm keeping a journal of our upgrade/migration from eprints2 to '''eprints3''': [[User:Ckeene/ep3_upgrade]]


Simple statistics
== Ideas for future features in eprints ==
I'm keeping a list of features (and infrastructure changes) I would like to see in eprints.
[[User:Ckeene/Ideas for future versions of eprints]]


== Summary ==
== Stuff I've done related to eprints ==
Provide basic usage statistics, for individual eprints and the whole system. Other tools and systems are available to provide more sophisticated solutions.
# I manage http://eprints.sussex.ac.uk for the University of Sussex
# We have some background information http://www.sussex.ac.uk/library/ir/
# and a not very much updated news/blog http://researchonline.lib.sussex.ac.uk/
# I have made available some very simple analog config files and perl scripts for producing web usage statistics: Files/Simple_usage_statistics_(using_analog)
# I made a tiny change to Files/Import_BibTeX_via_CGI to fix a bug
# When working on something which is new to me related to eprints, I try to update the wiki to expand on anything unclear or missing. [[Special:Contributions/Ckeene]]


== Before you start ==
== misc ==
* Find out where your logs are, and if they are being 'rotated'
A Test:
* Find or create a directory where static html files can be places and accessible by the web server (we will use /home/eprints/htdocs/stats/)
[[User:Ckeene/page2]]
* Consider setting up Apache to use different log files for different eprint archives, and for non-eprints requests
 
== Installation ==
=== The basics ===
# Install analog (http://www.analog.cx). Most linux systems will have a package available for this.
# Download the gzip file containing the config files and perl scripts.
# unpack in to a directory, e.g. /home/eprints/analog/
# Ensure that the two perl scripts and the shell script and executable by you (e.g. chmod 744 *.pl)
# edit 'general.cfg' you will need to:
## Replace the fictional eprints users (foobar and mit.edu) with your own org
BASEURL http://eprints.mit.edu
HOSTURL http://eprints.mit.edu
HOSTNAME "Foobar Research Online"
REFREPEXCLUDE http://eprints.mit.edu/*
REFREPEXCLUDE http://eprints.lib.mit.edu/*
REFSITEEXCLUDE http://eprints.mit.edu/*
REFSITEEXCLUDE http://eprints.lib.mit.edu/*
[Further down you may want to edit the SUBDOMAIN]
## Specify the location of the log file(s)
LOGFILE /usr/local/apache/logs/eprints_log
## You may need to uncomment and set up the DNS cache near the bottom (see http://www.analog.cx for info)
#

Latest revision as of 22:33, 29 May 2022

Ideas for future versions of eprints

Chris Keene

Chris Keene. Technical Development Manager, University of Sussex Library, UK. http://www.sussex.ac.uk/library/

Eprints 3 upgrade

I'm keeping a journal of our upgrade/migration from eprints2 to eprints3: User:Ckeene/ep3_upgrade

Ideas for future features in eprints

I'm keeping a list of features (and infrastructure changes) I would like to see in eprints. User:Ckeene/Ideas for future versions of eprints

Stuff I've done related to eprints

  1. I manage http://eprints.sussex.ac.uk for the University of Sussex
  2. We have some background information http://www.sussex.ac.uk/library/ir/
  3. and a not very much updated news/blog http://researchonline.lib.sussex.ac.uk/
  4. I have made available some very simple analog config files and perl scripts for producing web usage statistics: Files/Simple_usage_statistics_(using_analog)
  5. I made a tiny change to Files/Import_BibTeX_via_CGI to fix a bug
  6. When working on something which is new to me related to eprints, I try to update the wiki to expand on anything unclear or missing. Special:Contributions/Ckeene

misc

A Test: User:Ckeene/page2