diff --git a/EPrints/ePrintsStats setup.txt b/EPrints/ePrintsStats setup.txt new file mode 100755 index 0000000..a4c9f4c --- /dev/null +++ b/EPrints/ePrintsStats setup.txt @@ -0,0 +1,51 @@ +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 /Geo + + Then follow the instructions in the ePrintsStats document.