Installing EPrints 3 on Win32

From EPrints Documentation
Revision as of 15:11, 2 March 2010 by Tdb01r (talk | contribs) (Created page with 'Category:Installation {{Version|since=3.2}} This page contains notes concerning installing version 3.2 on Win32-based platforms. There is still work to go on supporting EPri…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Warning This feature requires EPrints version 3.2 or later

This page contains notes concerning installing version 3.2 on Win32-based platforms. There is still work to go on supporting EPrints on Win32.

Supporting Software

Download and install Apache 2.2 + OpenSSL (if needed) from http://httpd.apache.org/download.cgi#apache22.

  • Change the installation directory to C:\Apache

Download and install MySQL from http://dev.mysql.com/downloads/mysql/

  • Change default character set to "Best support For Multilingualism"

Download and install ActiveState Perl from http://www.activestate.com/activeperl/downloads/

Install mod_perl from the command prompt:

Install DBD::mysql from the command prompt:

  • ppm install DBD-mysql

Configuration

Edit the Apache configuration file C:\Apache\conf\httpd.conf and add below the last LoadModule line:

LoadFile C:/strawberry/perl/bin/perl510.dll
LoadModule perl_module modules/mod_perl.so

And at the end of the file:

Include C:/eprints/cfg/apache.conf

EPrints

Support for Win32 in EPrints 3.2 is work-in-progress.