|
Revision 50, 1.0 kB
(checked in by tdb01r, 1 year ago)
|
- Updated installation instructions
|
| Line | |
|---|
| 1 |
IRStats Installation Notes |
|---|
| 2 |
-------------------------- |
|---|
| 3 |
|
|---|
| 4 |
IRStats is a Web log analysis tool aimed at Institutional Repositories. |
|---|
| 5 |
|
|---|
| 6 |
Features: |
|---|
| 7 |
|
|---|
| 8 |
- Process logs from Eprints versions 2 and 3 |
|---|
| 9 |
- Process logs from DSpace (work in progress) |
|---|
| 10 |
- Multiple robots filtering techniques |
|---|
| 11 |
- Analyse usage of eprints or sets of eprints |
|---|
| 12 |
- Analyse logs by author, subject etc. |
|---|
| 13 |
- Many different graphing outputs |
|---|
| 14 |
|
|---|
| 15 |
|
|---|
| 16 |
Requirements: |
|---|
| 17 |
|
|---|
| 18 |
- awstats |
|---|
| 19 |
- MySQL |
|---|
| 20 |
- Maxmind Organisation Database (www.maxmind.com) * |
|---|
| 21 |
- ChartDirector (www.advsofteng.com) * |
|---|
| 22 |
|
|---|
| 23 |
* These are commercial products. |
|---|
| 24 |
|
|---|
| 25 |
|
|---|
| 26 |
Installation |
|---|
| 27 |
------------ |
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
Install the following modules from CPAN: |
|---|
| 31 |
|
|---|
| 32 |
Geo::IP or Geo::IP::PurePerl |
|---|
| 33 |
Date::Calc |
|---|
| 34 |
Logfile::EPrints |
|---|
| 35 |
|
|---|
| 36 |
$ cpan |
|---|
| 37 |
> install Geo::IP::PurePerl |
|---|
| 38 |
> install Date::Calc |
|---|
| 39 |
> install Logfile::EPrints |
|---|
| 40 |
|
|---|
| 41 |
CPAN may require configuring and/or install further dependencies. |
|---|
| 42 |
|
|---|
| 43 |
Do |
|---|
| 44 |
|
|---|
| 45 |
autoconf |
|---|
| 46 |
./configure |
|---|
| 47 |
make install |
|---|
| 48 |
|
|---|
| 49 |
Which will install into /usr/local/irstats |
|---|
| 50 |
|
|---|
| 51 |
See the Web site for configuration and usage: |
|---|
| 52 |
|
|---|
| 53 |
http://trac.eprints.org/projects/irstats |
|---|