GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Digital_Repository
Browse code
- Added initial notes on setting up ePrintsStats.
master
1 parent
c94b739
commit
dfd3cea03f29f9a0ad840e07cfb4c7b4abd5c46e
nstanger
authored
on 22 Nov 2005
Patch
Showing
1 changed file
EPrints/ePrintsStats setup.txt
Ignore Space
Show notes
View
EPrints/ePrintsStats setup.txt
0 → 100755
Basic instructions in ePrintsStatsSetup.pdf (comes with distribution). First: % fink install geoip % cpan install Geo::IPfree Configuration config/inc.vars.es.php * connections/sqlpass_public => stats database password * connections/sqlserver => stats database server * filelocation/base_install_dir => /usr/local/eprints/ePrintsStats * general/admin_name, _email, support_name, _email => appropriate values * general/eprints_location => http://eprints.otago.ac.nz scripts/eprints-usage.php * $log_dir => /sw/var/apache2/logs/ (or possibly /var/log/httpd/) * $log_file: "UTasER" => "OUEPrints" or some such * $sqlserver => stats database server * $sqlpass => stats database password * $sqlserver2 => EPrints database server * $sqluser2 => otago_eprints * $sqlpass2 => otago_eprints password scripts/add_country.pl * $dsn => stats database server (DBI DSN) * $password => stats database password sql/db.schema.eprintstats.sql * change both stats database passwords at end (do you need to use OLD_PASSWORD?) vhost/apache.conf Alias /es => /usr/local/eprints/ePrintsStats/htdocs php_admin_value error_log => "/usr/local/eprints/ePrintsStats/logs/php.error.log" php_admin_value open_basedir => "/usr/local/eprints/ePrintsStats:/usr/local/lib/php" php_admin_value include_path ".:/usr/local/eprints/ePrintsStats/includes:/usr/local/eprints/ePrintsStats/config:/usr/local/lib/php" (may need to change php lib paths depending on environment, e.g., on my machine it's /sw/lib/php4) Geo::IPfree config % cd <PERL5LIB>/Geo Then follow the instructions in the ePrintsStats document.
Show line notes below