<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.eprints.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Harry</id>
	<title>EPrints Documentation - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.eprints.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Harry"/>
	<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/Special:Contributions/Harry"/>
	<updated>2026-04-18T06:34:15Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.8</generator>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=6068</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=6068"/>
		<updated>2008-05-01T15:33:43Z</updated>

		<summary type="html">&lt;p&gt;Harry: Use Latin-1, not Unicode; EPrints handles Unicode internally.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
Recent versions of the EPrints 3.0 Windows Installer are licensed under the Microsoft Reciprocal License.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* Releases before r3380: The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* Releases from r3380: You can now specify the installation directory. However, EPrints assumes GhostScript and catdoc can be found relative to this directory.&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6/2.2.8 have an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
'''Note: ActiveState Perl 822 has an incompatibility with mod_perl. Use 820 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.820-MSWin32-x86-274739.msi&lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/336/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick 6.3.5-6===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
'''Note: Recent versions of ImageMagick do not work with ActiveState Perl 820. Use 6.3.5-6 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Old versions of ImageMagick are not available from the main site.&lt;br /&gt;
&lt;br /&gt;
Download the Q16 DLL version from http://list.veidrodis.com/image_magick/binaries/ImageMagick-6.3.5-6-Q16-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
The mod_perl installer will prompt you for the Apache module path. Enter:&lt;br /&gt;
 C:/EPrints/Apache2/modules&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* As the character set, choose Latin-1.&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Select the options &amp;quot;Update executable search path&amp;quot; and &amp;quot;Install PerlMagick for ActiveState Perl&amp;quot;. Other options can be deselected.&lt;br /&gt;
&lt;br /&gt;
A ppm error may occur while installing the Perl component. If so, open a command prompt afterwards and enter:&lt;br /&gt;
&lt;br /&gt;
 cd\EPrints\ImageMagick\PerlMagick&lt;br /&gt;
 ppm install Image-Magick.ppd&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 PerlPassEnv PERL5LIB&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel. Stop and start the service before testing, to reload the configuration file.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=6040</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=6040"/>
		<updated>2008-04-25T15:37:33Z</updated>

		<summary type="html">&lt;p&gt;Harry: Row length problem with using UTF-8. Use UCS-2 as the server character set.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
Recent versions of the EPrints 3.0 Windows Installer are licensed under the Microsoft Reciprocal License.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* Releases before r3380: The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* Releases from r3380: You can now specify the installation directory. However, EPrints assumes GhostScript and catdoc can be found relative to this directory.&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6/2.2.8 have an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
'''Note: ActiveState Perl 822 has an incompatibility with mod_perl. Use 820 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.820-MSWin32-x86-274739.msi&lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/336/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick 6.3.5-6===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
'''Note: Recent versions of ImageMagick do not work with ActiveState Perl 820. Use 6.3.5-6 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Old versions of ImageMagick are not available from the main site.&lt;br /&gt;
&lt;br /&gt;
Download the Q16 DLL version from http://list.veidrodis.com/image_magick/binaries/ImageMagick-6.3.5-6-Q16-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
The mod_perl installer will prompt you for the Apache module path. Enter:&lt;br /&gt;
 C:/EPrints/Apache2/modules&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* As the character set, manually choose ucs2.&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
* In the &amp;lt;nowiki&amp;gt;[mysql]&amp;lt;/nowiki&amp;gt; section (client settings) change default-character-set from ucs2 to utf8&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Select the options &amp;quot;Update executable search path&amp;quot; and &amp;quot;Install PerlMagick for ActiveState Perl&amp;quot;. Other options can be deselected.&lt;br /&gt;
&lt;br /&gt;
A ppm error may occur while installing the Perl component. If so, open a command prompt afterwards and enter:&lt;br /&gt;
&lt;br /&gt;
 cd\EPrints\ImageMagick\PerlMagick&lt;br /&gt;
 ppm install Image-Magick.ppd&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 PerlPassEnv PERL5LIB&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel. Stop and start the service before testing, to reload the configuration file.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Files/EPrints_3.0_Windows_Installer_(r3380)&amp;diff=5982</id>
		<title>Files/EPrints 3.0 Windows Installer (r3380)</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Files/EPrints_3.0_Windows_Installer_(r3380)&amp;diff=5982"/>
		<updated>2008-04-07T07:30:42Z</updated>

		<summary type="html">&lt;p&gt;Harry: Redirecting to Installing Eprints 3 on Windows&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Installing_Eprints_3_on_Windows]]&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5981</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5981"/>
		<updated>2008-04-07T07:29:38Z</updated>

		<summary type="html">&lt;p&gt;Harry: Changes for r3380&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
Recent versions of the EPrints 3.0 Windows Installer are licensed under the Microsoft Reciprocal License.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* Releases before r3380: The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* Releases from r3380: You can now specify the installation directory. However, EPrints assumes GhostScript and catdoc can be found relative to this directory.&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6/2.2.8 have an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
'''Note: ActiveState Perl 822 has an incompatibility with mod_perl. Use 820 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.820-MSWin32-x86-274739.msi&lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/336/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick 6.3.5-6===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
'''Note: Recent versions of ImageMagick do not work with ActiveState Perl 820. Use 6.3.5-6 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Old versions of ImageMagick are not available from the main site.&lt;br /&gt;
&lt;br /&gt;
Download the Q16 DLL version from http://list.veidrodis.com/image_magick/binaries/ImageMagick-6.3.5-6-Q16-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
The mod_perl installer will prompt you for the Apache module path. Enter:&lt;br /&gt;
 C:/EPrints/Apache2/modules&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Select the options &amp;quot;Update executable search path&amp;quot; and &amp;quot;Install PerlMagick for ActiveState Perl&amp;quot;. Other options can be deselected.&lt;br /&gt;
&lt;br /&gt;
A ppm error may occur while installing the Perl component. If so, open a command prompt afterwards and enter:&lt;br /&gt;
&lt;br /&gt;
 cd\EPrints\ImageMagick\PerlMagick&lt;br /&gt;
 ppm install Image-Magick.ppd&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 PerlPassEnv PERL5LIB&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel. Stop and start the service before testing, to reload the configuration file.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5959</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5959"/>
		<updated>2008-03-19T15:41:58Z</updated>

		<summary type="html">&lt;p&gt;Harry: /* Caveats */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* Releases before r3380: The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* Releases from r3380: You can now specify the installation directory. However, EPrints assumes GhostScript and catdoc can be found relative to this directory.&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6/2.2.8 have an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
'''Note: ActiveState Perl 822 has an incompatibility with mod_perl. Use 820 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.820-MSWin32-x86-274739.msi&lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/303/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick 6.3.5-6===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
'''Note: Recent versions of ImageMagick do not work with ActiveState Perl 820. Use 6.3.5-6 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Old versions of ImageMagick are not available from the main site.&lt;br /&gt;
&lt;br /&gt;
Download the Q16 DLL version from http://list.veidrodis.com/image_magick/binaries/ImageMagick-6.3.5-6-Q16-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
The mod_perl installer will prompt you for the Apache module path. Enter:&lt;br /&gt;
 C:/EPrints/Apache2/modules&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Select the options &amp;quot;Update executable search path&amp;quot; and &amp;quot;Install PerlMagick for ActiveState Perl&amp;quot;. Other options can be deselected.&lt;br /&gt;
&lt;br /&gt;
A ppm error may occur while installing the Perl component. If so, open a command prompt afterwards and enter:&lt;br /&gt;
&lt;br /&gt;
 cd\EPrints\ImageMagick\PerlMagick&lt;br /&gt;
 ppm install Image-Magick.ppd&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 PerlPassEnv PERL5LIB&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel. Stop and start the service before testing, to reload the configuration file.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5957</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5957"/>
		<updated>2008-03-04T17:08:15Z</updated>

		<summary type="html">&lt;p&gt;Harry: Avoid editing startup.pl. Also new location for DBD-mysql.ppd&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6/2.2.8 have an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
'''Note: ActiveState Perl 822 has an incompatibility with mod_perl. Use 820 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.820-MSWin32-x86-274739.msi&lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/303/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick 6.3.5-6===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
'''Note: Recent versions of ImageMagick do not work with ActiveState Perl 820. Use 6.3.5-6 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Old versions of ImageMagick are not available from the main site.&lt;br /&gt;
&lt;br /&gt;
Download the Q16 DLL version from http://list.veidrodis.com/image_magick/binaries/ImageMagick-6.3.5-6-Q16-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/DBD-mysql.ppd&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
The mod_perl installer will prompt you for the Apache module path. Enter:&lt;br /&gt;
 C:/EPrints/Apache2/modules&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Select the options &amp;quot;Update executable search path&amp;quot; and &amp;quot;Install PerlMagick for ActiveState Perl&amp;quot;. Other options can be deselected.&lt;br /&gt;
&lt;br /&gt;
A ppm error may occur while installing the Perl component. If so, open a command prompt afterwards and enter:&lt;br /&gt;
&lt;br /&gt;
 cd\EPrints\ImageMagick\PerlMagick&lt;br /&gt;
 ppm install Image-Magick.ppd&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 PerlPassEnv PERL5LIB&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel. Stop and start the service before testing, to reload the configuration file.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5955</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5955"/>
		<updated>2008-02-29T15:45:48Z</updated>

		<summary type="html">&lt;p&gt;Harry: 2.2.8 seems to be broken too, for now&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6/2.2.8 have an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
'''Note: ActiveState Perl 822 has an incompatibility with mod_perl. Use 820 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.820-MSWin32-x86-274739.msi&lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/303/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick 6.3.5-6===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
'''Note: Recent versions of ImageMagick do not work with ActiveState Perl 820. Use 6.3.5-6 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Old versions of ImageMagick are not available from the main site.&lt;br /&gt;
&lt;br /&gt;
Download the Q16 DLL version from http://list.veidrodis.com/image_magick/binaries/ImageMagick-6.3.5-6-Q16-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install DBD::mysql&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
The mod_perl installer will prompt you for the Apache module path. Enter:&lt;br /&gt;
 C:/EPrints/Apache2/modules&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Select the options &amp;quot;Update executable search path&amp;quot; and &amp;quot;Install PerlMagick for ActiveState Perl&amp;quot;. Other options can be deselected.&lt;br /&gt;
&lt;br /&gt;
A ppm error may occur while installing the Perl component. If so, open a command prompt afterwards and enter:&lt;br /&gt;
&lt;br /&gt;
 cd\EPrints\ImageMagick\PerlMagick&lt;br /&gt;
 ppm install Image-Magick.ppd&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
Also edit C:\EPrints\EPrints\bin\startup.pl, and change the first line to:&lt;br /&gt;
 use lib 'C:/EPrints/EPrints/perl_lib';&lt;br /&gt;
This will be fixed in the next release.&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel. Stop and start the service before testing, to reload the configuration file.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5798</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5798"/>
		<updated>2007-11-14T14:41:33Z</updated>

		<summary type="html">&lt;p&gt;Harry: Apache Perl no longer supported. Downgraded to older versions to avoid crashes on pre-Vista versions.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6 has an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
'''Note: ActiveState Perl 822 has an incompatibility with mod_perl. Use 820 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.820-MSWin32-x86-274739.msi&lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/303/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick 6.3.5-6===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
'''Note: Recent versions of ImageMagick do not work with ActiveState Perl 820. Use 6.3.5-6 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Old versions of ImageMagick are not available from the main site.&lt;br /&gt;
&lt;br /&gt;
Download the Q16 DLL version from http://list.veidrodis.com/image_magick/binaries/ImageMagick-6.3.5-6-Q16-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install DBD::mysql&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
The mod_perl installer will prompt you for the Apache module path. Enter:&lt;br /&gt;
 C:/EPrints/Apache2/modules&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Select the options &amp;quot;Update executable search path&amp;quot; and &amp;quot;Install PerlMagick for ActiveState Perl&amp;quot;. Other options can be deselected.&lt;br /&gt;
&lt;br /&gt;
A ppm error may occur while installing the Perl component. If so, open a command prompt afterwards and enter:&lt;br /&gt;
&lt;br /&gt;
 cd\EPrints\ImageMagick\PerlMagick&lt;br /&gt;
 ppm install Image-Magick.ppd&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
Also edit C:\EPrints\EPrints\bin\startup.pl, and change the first line to:&lt;br /&gt;
 use lib 'C:/EPrints/EPrints/perl_lib';&lt;br /&gt;
This will be fixed in the next release.&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel. Stop and start the service before testing, to reload the configuration file.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5797</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5797"/>
		<updated>2007-11-08T17:38:48Z</updated>

		<summary type="html">&lt;p&gt;Harry: ActiveState Perl causing crashes. Please use Apache Perl until fixed.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
Either download Apache and ActivePerl, or the Apache Perl bundle. Apache Perl was supported because of the license conditions of ActivePerl, but contains older versions which may be missing security fixes.&lt;br /&gt;
&lt;br /&gt;
'''NOTE: There is a problem with Apache and ActiveState, causing Apache to crash on startup. Please use Apache Perl for now.'''&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6 has an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://www.activestate.com/&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Alternatively, the Apache Perl bundle includes Apache, Perl, and mod_perl. However it is an older version of Apache which may be missing important updates.&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/303/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
Download the Q8 DLL version from http://www.imagemagick.org/download/binaries/&lt;br /&gt;
&lt;br /&gt;
The installation must update the search path and include the Perl component. Make sure Perl is installed first.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
'''NOTE: There is a problem with Apache and ActiveState, causing Apache to crash on startup. Please use Apache Perl for now.'''&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install DBD::mysql&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
The mod_perl installer will prompt you for the Apache module path. Enter:&lt;br /&gt;
 C:/EPrints/Apache2/modules&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Follow these instructions if you chose to use Apache Perl.&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Make sure to update the search path and install the Perl components.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel. Stop and start the service before testing, to reload the configuration file.&lt;br /&gt;
&lt;br /&gt;
====Apache Perl====&lt;br /&gt;
&lt;br /&gt;
If using Apache Perl, Apache will not automatically be registered as a service.&lt;br /&gt;
&lt;br /&gt;
To test, start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
To terminate Apache, press Ctrl-C.&lt;br /&gt;
&lt;br /&gt;
To register Apache as a service, run the following command ''as Administrator'' (right-click on the Command Prompt application icon and select Run as Administrator):&lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache -k install&lt;br /&gt;
&lt;br /&gt;
Note that this does not start Apache immediately nor configure it to start automatically. These options should be set in the standard Services tool as normal.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Talk:Installing_Eprints_3_on_Windows&amp;diff=5796</id>
		<title>Talk:Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Talk:Installing_Eprints_3_on_Windows&amp;diff=5796"/>
		<updated>2007-11-08T17:33:57Z</updated>

		<summary type="html">&lt;p&gt;Harry: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Please email me ( hjm03r  @  ecs.soton.ac.uk ) directly if you are having problems with installing EPrints on Windows.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5795</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5795"/>
		<updated>2007-11-07T11:54:02Z</updated>

		<summary type="html">&lt;p&gt;Harry: ImageMagick release change&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
Either download Apache and ActivePerl, or the Apache Perl bundle. Apache Perl was supported because of the license conditions of ActivePerl, but contains older versions which may be missing security fixes.&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6 has an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://www.activestate.com/&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Alternatively, the Apache Perl bundle includes Apache, Perl, and mod_perl. However it is an older version of Apache which may be missing important updates.&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/303/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
Download the Q8 DLL version from http://www.imagemagick.org/download/binaries/&lt;br /&gt;
&lt;br /&gt;
The installation must update the search path and include the Perl component. Make sure Perl is installed first.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install DBD::mysql&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
The mod_perl installer will prompt you for the Apache module path. Enter:&lt;br /&gt;
 C:/EPrints/Apache2/modules&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Follow these instructions if you chose to use Apache Perl.&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Make sure to update the search path and install the Perl components.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel. Stop and start the service before testing, to reload the configuration file.&lt;br /&gt;
&lt;br /&gt;
====Apache Perl====&lt;br /&gt;
&lt;br /&gt;
If using Apache Perl, Apache will not automatically be registered as a service.&lt;br /&gt;
&lt;br /&gt;
To test, start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
To terminate Apache, press Ctrl-C.&lt;br /&gt;
&lt;br /&gt;
To register Apache as a service, run the following command ''as Administrator'' (right-click on the Command Prompt application icon and select Run as Administrator):&lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache -k install&lt;br /&gt;
&lt;br /&gt;
Note that this does not start Apache immediately nor configure it to start automatically. These options should be set in the standard Services tool as normal.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5775</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5775"/>
		<updated>2007-10-12T16:20:04Z</updated>

		<summary type="html">&lt;p&gt;Harry: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
Either download Apache and ActivePerl, or the Apache Perl bundle. Apache Perl was supported because of the license conditions of ActivePerl, but contains older versions which may be missing security fixes.&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6 has an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://www.activestate.com/&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Alternatively, the Apache Perl bundle includes Apache, Perl, and mod_perl. However it is an older version of Apache which may be missing important updates.&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/303/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
Download from http://www.imagemagick.org/download/binaries/ImageMagick-6.3.5-10-Q8-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
The installation must update the search path and include the Perl component. Make sure Perl is installed first.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install DBD::mysql&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
The mod_perl installer will prompt you for the Apache module path. Enter:&lt;br /&gt;
 C:/EPrints/Apache2/modules&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Follow these instructions if you chose to use Apache Perl.&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Make sure to update the search path and install the Perl components.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel. Stop and start the service before testing, to reload the configuration file.&lt;br /&gt;
&lt;br /&gt;
====Apache Perl====&lt;br /&gt;
&lt;br /&gt;
If using Apache Perl, Apache will not automatically be registered as a service.&lt;br /&gt;
&lt;br /&gt;
To test, start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
To terminate Apache, press Ctrl-C.&lt;br /&gt;
&lt;br /&gt;
To register Apache as a service, run the following command ''as Administrator'' (right-click on the Command Prompt application icon and select Run as Administrator):&lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache -k install&lt;br /&gt;
&lt;br /&gt;
Note that this does not start Apache immediately nor configure it to start automatically. These options should be set in the standard Services tool as normal.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5774</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5774"/>
		<updated>2007-10-12T16:18:10Z</updated>

		<summary type="html">&lt;p&gt;Harry: bugfix update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
Either download Apache and ActivePerl, or the Apache Perl bundle. Apache Perl was supported because of the license conditions of ActivePerl, but contains older versions which may be missing security fixes.&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6 has an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://www.activestate.com/&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Alternatively, the Apache Perl bundle includes Apache, Perl, and mod_perl. However it is an older version of Apache which may be missing important updates.&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/303/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
Download from http://www.imagemagick.org/download/binaries/ImageMagick-6.3.5-10-Q8-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
The installation must update the search path and include the Perl component. Make sure Perl is installed first.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install DBD::mysql&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Follow these instructions if you chose to use Apache Perl.&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Make sure to update the search path and install the Perl components.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel. Stop and start the service before testing, to reload the configuration file.&lt;br /&gt;
&lt;br /&gt;
====Apache Perl====&lt;br /&gt;
&lt;br /&gt;
If using Apache Perl, Apache will not automatically be registered as a service.&lt;br /&gt;
&lt;br /&gt;
To test, start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
To terminate Apache, press Ctrl-C.&lt;br /&gt;
&lt;br /&gt;
To register Apache as a service, run the following command ''as Administrator'' (right-click on the Command Prompt application icon and select Run as Administrator):&lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache -k install&lt;br /&gt;
&lt;br /&gt;
Note that this does not start Apache immediately nor configure it to start automatically. These options should be set in the standard Services tool as normal.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Files/EPrints_3.0_Windows_Installer_(r2963)&amp;diff=5773</id>
		<title>Files/EPrints 3.0 Windows Installer (r2963)</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Files/EPrints_3.0_Windows_Installer_(r2963)&amp;diff=5773"/>
		<updated>2007-10-12T16:16:40Z</updated>

		<summary type="html">&lt;p&gt;Harry: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Installing_Eprints_3_on_Windows]]&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5772</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5772"/>
		<updated>2007-10-12T15:26:20Z</updated>

		<summary type="html">&lt;p&gt;Harry: ActivePerl support&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
Either download Apache and ActivePerl, or the Apache Perl bundle. Apache Perl was supported because of the license conditions of ActivePerl, but contains older versions which may be missing security fixes.&lt;br /&gt;
&lt;br /&gt;
===Apache===&lt;br /&gt;
&lt;br /&gt;
'''Apache 2.2.6 has an incompatibility with mod_perl. Use 2.2.4 until this problem is fixed.'''&lt;br /&gt;
&lt;br /&gt;
Download the MSI Win32 binary of Apache 2.2. Available in the &amp;quot;Other files&amp;quot; section of http://httpd.apache.org/download.cgi&lt;br /&gt;
&lt;br /&gt;
===ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Download ActiveState Perl Free Edition from http://www.activestate.com/&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Alternatively, the Apache Perl bundle includes Apache, Perl, and mod_perl. However it is an older version of Apache which may be missing important updates.&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/300/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
Download from http://www.imagemagick.org/download/binaries/ImageMagick-6.3.5-10-Q8-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
The installation must update the search path and include the Perl component. Make sure Perl is installed first.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache===&lt;br /&gt;
&lt;br /&gt;
Run the Apache installer. When prompted, choose to install in the directory C:\EPrints\Apache2.&lt;br /&gt;
&lt;br /&gt;
===Install ActivePerl===&lt;br /&gt;
&lt;br /&gt;
Run the ActivePerl installer. When prompted, choose to install in the directory C:\EPrints\Perl.&lt;br /&gt;
Ensure that Perl is added to your PATH.&lt;br /&gt;
&lt;br /&gt;
When installation is complete, some optional components need to be installed from the command line. Open a command prompt and enter:&lt;br /&gt;
&lt;br /&gt;
 ppm install DBD::mysql&lt;br /&gt;
 ppm install http://theoryx5.uwinnipeg.ca/ppms/mod_perl.ppd&lt;br /&gt;
&lt;br /&gt;
To add mod_perl support to Apache, edit the Apache configuration file, C:\EPrints\Apache2\conf\httpd.conf in a text editor, and add the following lines:&lt;br /&gt;
&lt;br /&gt;
 LoadFile &amp;quot;C:/EPrints/Perl/bin/perl58.dll&amp;quot;&lt;br /&gt;
 LoadModule perl_module modules/mod_perl.so&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Follow these instructions if you chose to use Apache Perl.&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
===Configuring Apache and Perl===&lt;br /&gt;
&lt;br /&gt;
You will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Make sure both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin are included in the Path variable, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Make sure to update the search path and install the Perl components.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Control Apache from the Services panel.&lt;br /&gt;
&lt;br /&gt;
====Apache Perl====&lt;br /&gt;
&lt;br /&gt;
If using Apache Perl, Apache will not automatically be registered as a service.&lt;br /&gt;
&lt;br /&gt;
To test, start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
To terminate Apache, press Ctrl-C.&lt;br /&gt;
&lt;br /&gt;
To register Apache as a service, run the following command ''as Administrator'' (right-click on the Command Prompt application icon and select Run as Administrator):&lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache -k install&lt;br /&gt;
&lt;br /&gt;
Note that this does not start Apache immediately nor configure it to start automatically. These options should be set in the standard Services tool as normal.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5771</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5771"/>
		<updated>2007-10-11T15:45:22Z</updated>

		<summary type="html">&lt;p&gt;Harry: /* Caveats */ Indexing and images now supported&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* This Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution.''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/300/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
Download from http://www.imagemagick.org/download/binaries/ImageMagick-6.3.5-10-Q8-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
The installation must update the search path and include the Perl component. Make sure Perl is installed first.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Make sure to update the search path and install the Perl components.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
To test, start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
To terminate Apache, press Ctrl-C.&lt;br /&gt;
&lt;br /&gt;
To register Apache as a service, run the following command ''as Administrator'' (right-click on the Command Prompt application icon and select Run as Administrator):&lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache -k install&lt;br /&gt;
&lt;br /&gt;
Note that this does not start Apache immediately nor configure it to start automatically. These options should be set in the standard Services tool as normal.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5770</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5770"/>
		<updated>2007-10-09T10:28:39Z</updated>

		<summary type="html">&lt;p&gt;Harry: Updated instructions for production release&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Documents are not yet indexed. A workaround is available and will be added to this page shortly.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* This Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution.''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/300/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
Like all EPrints releases, this is supplied without warranty and cannot be guaranteed to be free of bugs. Good backups are essential in a live archive.&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
===ImageMagick===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
Download from http://www.imagemagick.org/download/binaries/ImageMagick-6.3.5-10-Q8-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
The installation must update the search path and include the Perl component. Make sure Perl is installed first.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
GhostScript should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
Catdoc should be unzipped into C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
ImageMagick should be installed in C:\EPrints\ImageMagick . Make sure to update the search path and install the Perl components.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
To test, start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
To terminate Apache, press Ctrl-C.&lt;br /&gt;
&lt;br /&gt;
To register Apache as a service, run the following command ''as Administrator'' (right-click on the Command Prompt application icon and select Run as Administrator):&lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd \EPrints\Apache2&lt;br /&gt;
 bin\apache -k install&lt;br /&gt;
&lt;br /&gt;
Note that this does not start Apache immediately nor configure it to start automatically. These options should be set in the standard Services tool as normal.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5747</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5747"/>
		<updated>2007-09-28T16:00:35Z</updated>

		<summary type="html">&lt;p&gt;Harry: /* Scheduling tasks */ Indexer&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Documents are not yet indexed. A workaround is available and will be added to this page shortly.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* This Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution.''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/300/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
===ImageMagick===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
Download from http://www.imagemagick.org/download/binaries/ImageMagick-6.3.5-10-Q8-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\ImageMagick .&lt;br /&gt;
The installation must update the search path and include the Perl component. Make sure Perl is installed first.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
To test, start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
To terminate Apache, press Ctrl-C.&lt;br /&gt;
&lt;br /&gt;
To register Apache as a service, run the following command ''as Administrator'' (right-click on the Command Prompt application icon and select Run as Administrator):&lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 C:\EPrints\Apache2&lt;br /&gt;
 bin\apache -k install&lt;br /&gt;
&lt;br /&gt;
Note that this does not start Apache immediately nor configure it to start automatically. These options should be set in the standard Services tool as normal.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
====Indexer====&lt;br /&gt;
&lt;br /&gt;
Task Scheduler should also be used to replace the indexer daemon. The options are as above, except with the script is called:&lt;br /&gt;
 C:\EPrints\EPrints\bin\makeindex&lt;br /&gt;
However, to run more frequently than once per day, it is necessary to create a recurring Trigger. In the properties screen, modify the Trigger and set the Repeat task every: option.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5733</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5733"/>
		<updated>2007-09-28T10:25:56Z</updated>

		<summary type="html">&lt;p&gt;Harry: /* Starting Apache */ Services instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Documents are not yet indexed. A workaround is available and will be added to this page shortly.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* This Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution.''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/300/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
===ImageMagick===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
Download from http://www.imagemagick.org/download/binaries/ImageMagick-6.3.5-10-Q8-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\ImageMagick .&lt;br /&gt;
The installation must update the search path and include the Perl component. Make sure Perl is installed first.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
To test, start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
To terminate Apache, press Ctrl-C.&lt;br /&gt;
&lt;br /&gt;
To register Apache as a service, run the following command ''as Administrator'' (right-click on the Command Prompt application icon and select Run as Administrator):&lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 C:\EPrints\Apache2&lt;br /&gt;
 bin\apache -k install&lt;br /&gt;
&lt;br /&gt;
Note that this does not start Apache immediately nor configure it to start automatically. These options should be set in the standard Services tool as normal.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5705</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5705"/>
		<updated>2007-09-27T15:35:23Z</updated>

		<summary type="html">&lt;p&gt;Harry: New documentation. Indexer task still not documented.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Documents are not yet indexed. A workaround is available and will be added to this page shortly.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* This Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution.''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/300/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\GhostScript .&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
Download from http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\catdoc-0.94.2 .&lt;br /&gt;
&lt;br /&gt;
===ImageMagick===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
Download from http://www.imagemagick.org/download/binaries/ImageMagick-6.3.5-10-Q8-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\ImageMagick .&lt;br /&gt;
The installation must update the search path and include the Perl component. Make sure Perl is installed first.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install optional components===&lt;br /&gt;
&lt;br /&gt;
Install GhostScript, ImageMagick, and catdoc. These tools are not essential to try out EPrints, but provide extra functionality.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
To register Apache as a service, run the following command ''as Administrator'' (right-click on the Command Prompt application icon and select Run as Administrator):&lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 C:\EPrints\Apache2&lt;br /&gt;
 bin\apache -k install&lt;br /&gt;
&lt;br /&gt;
Apache can then be controlled from the Services panel.&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5667</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5667"/>
		<updated>2007-09-25T14:20:25Z</updated>

		<summary type="html">&lt;p&gt;Harry: New release including convert plugins. Clearer instructions to come.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Documents are not yet indexed. A workaround is available and will be added to this page shortly.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* This Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution.''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/300/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Optional Software==&lt;br /&gt;
&lt;br /&gt;
===GhostScript 8.60===&lt;br /&gt;
&lt;br /&gt;
This is used to convert PS and PDF formats. If it isn't installed these formats cannot be previewed or indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
http://downloads.sourceforge.net/ghostscript/gs860w32.exe&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\GhostScript&lt;br /&gt;
&lt;br /&gt;
===Catdoc 0.94.2===&lt;br /&gt;
&lt;br /&gt;
This is used to convert Microsoft Word and Powerpoint files. If it isn't installed these formats cannot be indexed by EPrints, but can still be accessed normally by users.&lt;br /&gt;
&lt;br /&gt;
http://webaugur.com/wares/files/catdoc-0.94.2-win32.zip&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\catdoc&lt;br /&gt;
&lt;br /&gt;
===ImageMagick===&lt;br /&gt;
&lt;br /&gt;
This is used to convert image formats for preview. If it isn't installed these formats cannot be previewed, and thumbnails will have a generic icon.&lt;br /&gt;
&lt;br /&gt;
http://www.imagemagick.org/download/binaries/ImageMagick-6.3.5-10-Q8-windows-dll.exe&lt;br /&gt;
&lt;br /&gt;
This should be installed in C:\EPrints\ImageMagick and must include the Perl component. Make sure Perl is installed first.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Files/EPrints_3.0_Windows_Installer_(r2892)&amp;diff=5666</id>
		<title>Files/EPrints 3.0 Windows Installer (r2892)</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Files/EPrints_3.0_Windows_Installer_(r2892)&amp;diff=5666"/>
		<updated>2007-09-25T13:46:15Z</updated>

		<summary type="html">&lt;p&gt;Harry: Latest version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Installing_Eprints_3_on_Windows]]&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5665</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=5665"/>
		<updated>2007-09-25T13:40:22Z</updated>

		<summary type="html">&lt;p&gt;Harry: Spam removed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installation}}&lt;br /&gt;
&lt;br /&gt;
We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Documents are not yet indexed. A workaround is available and will be added to this page shortly.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* This Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution.''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/279/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Talk:Installing_Eprints_3_on_Windows&amp;diff=4613</id>
		<title>Talk:Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Talk:Installing_Eprints_3_on_Windows&amp;diff=4613"/>
		<updated>2007-07-16T14:47:22Z</updated>

		<summary type="html">&lt;p&gt;Harry: Informal explanation of the license&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable, What do you mean whith this?&lt;br /&gt;
How can i ask for the license?&lt;br /&gt;
&lt;br /&gt;
: I am not a lawyer but this is informally what is intended by the license.&lt;br /&gt;
&lt;br /&gt;
: The complete text is &amp;quot;This code may not be redistributed in any way or for any purpose.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
: You have the same rights as you would normally have for books, music, and other typical copyrighted works. You can use it for anything, and modify your private copy, but not distribute copies at all.&lt;br /&gt;
&lt;br /&gt;
: Note that except for the code unique to the Windows platform, the Linux version of EPrints is identical and is distributed under the GPL.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4605</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4605"/>
		<updated>2007-07-11T16:30:55Z</updated>

		<summary type="html">&lt;p&gt;Harry: New version doesn't require the platform customization file.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installation}}&lt;br /&gt;
&lt;br /&gt;
We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Documents are not yet indexed. A workaround is available and will be added to this page shortly.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* This Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution.''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
'''This file is under a proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/279/1/EPrints.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished copying files, it will prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Files/EPrints_3.0_Windows_Installer_(r2847)&amp;diff=4604</id>
		<title>Files/EPrints 3.0 Windows Installer (r2847)</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Files/EPrints_3.0_Windows_Installer_(r2847)&amp;diff=4604"/>
		<updated>2007-07-11T16:26:50Z</updated>

		<summary type="html">&lt;p&gt;Harry: Redirect to general installation page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Installing_Eprints_3_on_Windows]]&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4274</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4274"/>
		<updated>2007-04-25T07:48:15Z</updated>

		<summary type="html">&lt;p&gt;Harry: added known bug in Platform.pm. This fixes an Internal Server Error on uploading a file.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installation}}&lt;br /&gt;
&lt;br /&gt;
We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* See the [[#Known bugs|Known bugs]] section for outstanding bugs in this release.&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Full text documents are not yet indexed.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* this Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
'''These files are under proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/233/2/epv3.exe&lt;br /&gt;
# http://files.eprints.org/233/1/windows-install.pl &lt;br /&gt;
&lt;br /&gt;
Save these files in the same directory.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
The EPrints installer requires the Windows customization file, windows-install.pl. First Check that windows-install.pl is in the same directory as the EPrints installer .exe file.&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished, it will open a window to prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;br /&gt;
&lt;br /&gt;
==Known bugs==&lt;br /&gt;
&lt;br /&gt;
C:\EPrints\EPrints\perl_lib\EPrints\Platform.pm line 134 should read:&lt;br /&gt;
 sub get_hash_name { return &amp;amp;{$real_module.&amp;quot;::get_hash_name&amp;quot;}( @_ ); }&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4189</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4189"/>
		<updated>2007-03-28T15:51:53Z</updated>

		<summary type="html">&lt;p&gt;Harry: Added brief instructions for scheduling tasks&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installation}}&lt;br /&gt;
&lt;br /&gt;
We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista).&lt;br /&gt;
&lt;br /&gt;
'''The EPrints 3.0 Windows Installer is under a proprietary license and is NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Full text documents are not yet indexed.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* this Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3.0 Windows Installer===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
'''These files are under proprietary license and are NOT redistributable.'''&lt;br /&gt;
&lt;br /&gt;
# http://files.eprints.org/233/2/epv3.exe&lt;br /&gt;
# http://files.eprints.org/233/1/windows-install.pl &lt;br /&gt;
&lt;br /&gt;
Save these files in the same directory.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
The EPrints installer requires the Windows customization file, windows-install.pl. First Check that windows-install.pl is in the same directory as the EPrints installer .exe file.&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished, it will open a window to prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;br /&gt;
&lt;br /&gt;
==Administration==&lt;br /&gt;
&lt;br /&gt;
===Scheduling tasks===&lt;br /&gt;
&lt;br /&gt;
The Windows Task Scheduler can be used to automate regular tasks, similarly to the cron daemon under Unix. This tool can be found on Windows Vista under Accessories → System Tools → Task Scheduler.&lt;br /&gt;
&lt;br /&gt;
Choose Create Basic Task... to add a new task. You will need four tasks in total: one for generate_views and three for saved searches.&lt;br /&gt;
&lt;br /&gt;
For Trigger, select Daily, Weekly, or Monthly and configure the time appropriately.&lt;br /&gt;
&lt;br /&gt;
For Action, choose Start a Program.&lt;br /&gt;
* Program name is C:\EPrints\Perl\bin\perl.exe&lt;br /&gt;
* Arguments are the path to the script and its arguments; either:&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive daily&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive weekly&lt;br /&gt;
 C:\EPrints\EPrints\bin\send_alerts myarchive monthly&lt;br /&gt;
 C:\EPrints\EPrints\bin\generate_views myarchive&lt;br /&gt;
* Start In is C:\EPrints\EPrints&lt;br /&gt;
&lt;br /&gt;
On the Finish screen choose to display the properties for the task.&lt;br /&gt;
&lt;br /&gt;
* Choose Run whether user is logged on or not, and select Do not store password.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4093</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4093"/>
		<updated>2007-03-07T15:39:12Z</updated>

		<summary type="html">&lt;p&gt;Harry: /* Configure EPrints 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installation}}&lt;br /&gt;
&lt;br /&gt;
We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista). Please add bugs and comments to the end of this page.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Scheduling EPrints tasks (eg. running generate_views to update the view pages) is not yet tested with the Windows task scheduler.&lt;br /&gt;
* Full text documents are not yet indexed.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* this Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3 for Windows===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
Download the EPrints 3 for Windows components:&lt;br /&gt;
&lt;br /&gt;
# EPrints 3 Windows installer http://files.eprints.org/233/2/epv3.exe&lt;br /&gt;
# EPrints 3 Windows Customization Script http://files.eprints.org/233/1/windows-install.pl '''This file is under a proprietary license and is not redistributable.''' Save this file in the same directory as the installer executable.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
The EPrints installer requires the Windows customization file, windows-install.pl. First Check that windows-install.pl is in the same directory as the EPrints installer .exe file.&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished, it will open a window to prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process: [[Installation]]/[[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4092</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4092"/>
		<updated>2007-03-07T15:38:50Z</updated>

		<summary type="html">&lt;p&gt;Harry: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installation}}&lt;br /&gt;
&lt;br /&gt;
We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista). Please add bugs and comments to the end of this page.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Scheduling EPrints tasks (eg. running generate_views to update the view pages) is not yet tested with the Windows task scheduler.&lt;br /&gt;
* Full text documents are not yet indexed.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* this Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3 for Windows===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
Download the EPrints 3 for Windows components:&lt;br /&gt;
&lt;br /&gt;
# EPrints 3 Windows installer http://files.eprints.org/233/2/epv3.exe&lt;br /&gt;
# EPrints 3 Windows Customization Script http://files.eprints.org/233/1/windows-install.pl '''This file is under a proprietary license and is not redistributable.''' Save this file in the same directory as the installer executable.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
The EPrints installer requires the Windows customization file, windows-install.pl. First Check that windows-install.pl is in the same directory as the EPrints installer .exe file.&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished, it will open a window to prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process. [[Installation]] [[Getting Started]]&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run: perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;br /&gt;
&lt;br /&gt;
===Finish===&lt;br /&gt;
&lt;br /&gt;
EPrints should now be accessible from your browser, at the hostname you specified to epadmin above.&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4091</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4091"/>
		<updated>2007-03-07T15:28:34Z</updated>

		<summary type="html">&lt;p&gt;Harry: /* EPrints 3 for Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installation}}&lt;br /&gt;
&lt;br /&gt;
We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista). Please add bugs and comments to the end of this page.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* EPrints cannot yet run external commands, for example using ImageMagick to generate thumbnails of image deposits.&lt;br /&gt;
* Scheduling EPrints tasks (eg. running generate_views to update the view pages) is not yet tested with the Windows task scheduler.&lt;br /&gt;
* Full text documents are not yet indexed.&lt;br /&gt;
* The &amp;quot;Apache Perl&amp;quot; bundle currently used* includes an old release of Apache which is missing subsequent security updates: see http://www.apache.org/dist/httpd/CHANGES_2.0 Alternative versions of Apache, Perl, and mod_perl have not yet been tested.&lt;br /&gt;
&lt;br /&gt;
''* this Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution''&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3 for Windows===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
Download the EPrints 3 for Windows components:&lt;br /&gt;
&lt;br /&gt;
# EPrints 3 Windows installer http://files.eprints.org/233/2/epv3.exe&lt;br /&gt;
# EPrints 3 Windows Customization Script http://files.eprints.org/233/1/windows-install.pl '''This file is under a proprietary license and is not redistributable.''' Save this file in the same directory as the installer executable.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
The EPrints installer requires the Windows customization file, windows-install.pl. First Check that windows-install.pl is in the same directory as the EPrints installer .exe file.&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished, it will open a window to prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process.&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Files/EPrints_3.0_Windows_Installer_(r2529)&amp;diff=4090</id>
		<title>Files/EPrints 3.0 Windows Installer (r2529)</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Files/EPrints_3.0_Windows_Installer_(r2529)&amp;diff=4090"/>
		<updated>2007-03-07T15:27:52Z</updated>

		<summary type="html">&lt;p&gt;Harry: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Installing_Eprints_3_on_Windows]]&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4088</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4088"/>
		<updated>2007-03-07T15:07:26Z</updated>

		<summary type="html">&lt;p&gt;Harry: /* Configure EPrints 3 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installation}}&lt;br /&gt;
&lt;br /&gt;
We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista). Please add bugs and comments to the end of this page.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* No external commands are supported. This includes compressed files and image thumbnail support.&lt;br /&gt;
* Scheduling tasks, for example periodically running generate_static, is not tested though the Windows task scheduler may work.&lt;br /&gt;
* No full text indexer support.&lt;br /&gt;
* Apache Perl includes an old release of Apache. This is missing subsequent security updates; see http://www.apache.org/dist/httpd/CHANGES_2.0 for details. This Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution. Alternative versions of Apache, Perl, and mod_perl are untested but may work.&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3 for Windows===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
Download the EPrints 3 for Windows components:&lt;br /&gt;
&lt;br /&gt;
# EPrints 3 Windows installer http://files.eprints.org/230/2/epv3.exe&lt;br /&gt;
# EPrints 3 Windows Customization Script http://files.eprints.org/230/1/windows-install.pl '''This file is under a proprietary license and is not redistributable.''' Save this file in the same directory as the installer executable.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
The EPrints installer requires the Windows customization file, windows-install.pl. First Check that windows-install.pl is in the same directory as the EPrints installer .exe file.&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished, it will open a window to prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process.&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
epadmin will fail to run generate_static, import_subjects, and generate_apacheconf automatically. Run them manually according to the standard instructions.&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4087</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4087"/>
		<updated>2007-03-07T14:48:22Z</updated>

		<summary type="html">&lt;p&gt;Harry: /* Configure Apache Perl */ wrong PATH&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installation}}&lt;br /&gt;
&lt;br /&gt;
We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista). Please add bugs and comments to the end of this page.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* No external commands are supported. This includes compressed files and image thumbnail support.&lt;br /&gt;
* Scheduling tasks, for example periodically running generate_static, is not tested though the Windows task scheduler may work.&lt;br /&gt;
* No full text indexer support.&lt;br /&gt;
* Apache Perl includes an old release of Apache. This is missing subsequent security updates; see http://www.apache.org/dist/httpd/CHANGES_2.0 for details. This Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution. Alternative versions of Apache, Perl, and mod_perl are untested but may work.&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3 for Windows===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
Download the EPrints 3 for Windows components:&lt;br /&gt;
&lt;br /&gt;
# EPrints 3 Windows installer http://files.eprints.org/230/2/epv3.exe&lt;br /&gt;
# EPrints 3 Windows Customization Script http://files.eprints.org/230/1/windows-install.pl '''This file is under a proprietary license and is not redistributable.''' Save this file in the same directory as the installer executable.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add both C:\EPrints\Perl\bin and C:\EPrints\Apache2\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
The EPrints installer requires the Windows customization file, windows-install.pl. First Check that windows-install.pl is in the same directory as the EPrints installer .exe file.&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished, it will open a window to prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process.&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4086</id>
		<title>Installing Eprints 3 on Windows</title>
		<link rel="alternate" type="text/html" href="https://wiki.eprints.org/w/index.php?title=Installing_Eprints_3_on_Windows&amp;diff=4086"/>
		<updated>2007-03-06T16:11:11Z</updated>

		<summary type="html">&lt;p&gt;Harry: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Installation}}&lt;br /&gt;
&lt;br /&gt;
We are working to support the Windows platform. This guide describes the process of getting EPrints 3 running on Windows (tested with XP and Vista). Please add bugs and comments to the end of this page.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
&lt;br /&gt;
* The installation directory is fixed as C:\EPrints\&lt;br /&gt;
* No external commands are supported. This includes compressed files and image thumbnail support.&lt;br /&gt;
* Scheduling tasks, for example periodically running generate_static, is not tested though the Windows task scheduler may work.&lt;br /&gt;
* No full text indexer support.&lt;br /&gt;
* Apache Perl includes an old release of Apache. This is missing subsequent security updates; see http://www.apache.org/dist/httpd/CHANGES_2.0 for details. This Apache/Perl bundle was chosen because ActiveState Perl's license does not permit redistribution. Alternative versions of Apache, Perl, and mod_perl are untested but may work.&lt;br /&gt;
&lt;br /&gt;
==Required Software==&lt;br /&gt;
&lt;br /&gt;
===Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Includes the Perl interpreter, Apache web server, and the mod_perl library. Get the latest version from http://theoryx5.uwinnipeg.ca/pub/other/Perl-5.8-win32-bin.exe &lt;br /&gt;
&lt;br /&gt;
===MySQL===&lt;br /&gt;
&lt;br /&gt;
Download MySQL Community Server, Windows Essentials (x86) from http://dev.mysql.com/downloads/ &lt;br /&gt;
&lt;br /&gt;
EPrints has been tested with MySQL 5.0, but other versions may work. &lt;br /&gt;
&lt;br /&gt;
===EPrints 3 for Windows===&lt;br /&gt;
&lt;br /&gt;
'''This is an evaluation release. We do not recommend that it be used in a production environment.'''&lt;br /&gt;
&lt;br /&gt;
Download the EPrints 3 for Windows components:&lt;br /&gt;
&lt;br /&gt;
# EPrints 3 Windows installer http://files.eprints.org/230/2/epv3.exe&lt;br /&gt;
# EPrints 3 Windows Customization Script http://files.eprints.org/230/1/windows-install.pl '''This file is under a proprietary license and is not redistributable.''' Save this file in the same directory as the installer executable.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
&lt;br /&gt;
Each component of the complete EPrints system will be installed in a subdirectory of C:\EPrints\ for ease of maintenance.&lt;br /&gt;
&lt;br /&gt;
===Install Apache Perl===&lt;br /&gt;
&lt;br /&gt;
Run the Apache Perl installer, selecting to install into C:\EPrints. This will install Apache in C:\EPrints\Apache2, and Perl in C:\EPrints\Perl.&lt;br /&gt;
&lt;br /&gt;
===Configure Apache Perl===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, it asks you to configure the binary. Set the following options:&lt;br /&gt;
&lt;br /&gt;
* Disable configuring CPAN.pm&lt;br /&gt;
* Disable building HTML documentation&lt;br /&gt;
* When prompted, choose not to install nmake. &lt;br /&gt;
&lt;br /&gt;
Leave the other options at their defaults, and press Configure.&lt;br /&gt;
&lt;br /&gt;
When the configuration tool is finished, you will need to set some environment variables so EPrints can find Perl and its libraries. To set environment variables, use Control Panel → System → Advanced system settings → Advanced → Environment Variables…&lt;br /&gt;
&lt;br /&gt;
* Add C:\EPrints\Perl\bin to Path, separated by a semicolon ;&lt;br /&gt;
* Create a new variable PERL5LIB, with the value C:/EPrints/EPrints/perl_lib (note forward slashes).&lt;br /&gt;
&lt;br /&gt;
===Install MySQL===&lt;br /&gt;
&lt;br /&gt;
Now run the MySQL installer, and choose a Custom installation in C:\EPrints\MySQL. You will need to set the following options:&lt;br /&gt;
&lt;br /&gt;
* Install the server and client programs&lt;br /&gt;
* Do not install the C files&lt;br /&gt;
* Skip signing up to MySQL.com&lt;br /&gt;
&lt;br /&gt;
===Configure MySQL===&lt;br /&gt;
&lt;br /&gt;
When the installation completes, you should configure the server as prompted (this tool is also available from the Start Menu afterwards).&lt;br /&gt;
&lt;br /&gt;
Choose Detailed installation. Accept most of the default settings:&lt;br /&gt;
&lt;br /&gt;
* Choose Best Support for Multilingualism as the character set&lt;br /&gt;
* Choose a secure root password when prompted&lt;br /&gt;
&lt;br /&gt;
When configuration has finished, you need to set an option manually in MySQL's configuration file by editing C:\EPrints\MySQL\my.ini in a text editor.&lt;br /&gt;
&lt;br /&gt;
* In the sql-mode option, remove NO_AUTO_CREATE_USER from the list&lt;br /&gt;
&lt;br /&gt;
Now restart MySQL so that the new options take effect. In Control Panel → Administrative Tools → Services, find MySQL and choose Restart.&lt;br /&gt;
&lt;br /&gt;
===Install EPrints 3===&lt;br /&gt;
&lt;br /&gt;
The EPrints installer requires the Windows customization file, windows-install.pl. First Check that windows-install.pl is in the same directory as the EPrints installer .exe file.&lt;br /&gt;
&lt;br /&gt;
Run the EPrints installer. This will install files into C:\EPrints\EPrints.&lt;br /&gt;
&lt;br /&gt;
When the installer has finished, it will open a window to prompt you for site specific information. Follow the instructions to complete the installation.&lt;br /&gt;
&lt;br /&gt;
===Configure EPrints 3===&lt;br /&gt;
&lt;br /&gt;
Now you can run epadmin to configure the archive. This process is the same on all platforms, so you can follow the standard instructions for the details of this process.&lt;br /&gt;
&lt;br /&gt;
Note: Whenever you need to run an EPrints command line tool, it must be prefixed with perl:&lt;br /&gt;
&lt;br /&gt;
 perl bin/generate_static myarchive&lt;br /&gt;
&lt;br /&gt;
First open a command prompt and change directory to C:\EPrints\EPrints. To start the process, run perl bin/epadmin create&lt;br /&gt;
&lt;br /&gt;
Finally you need to add the EPrints configuration file to Apache. Edit C:\EPrints\Apache2\conf\httpd.conf and add at the bottom of the file:&lt;br /&gt;
&lt;br /&gt;
 Include C:/EPrints/EPrints/cfg/apache.conf&lt;br /&gt;
&lt;br /&gt;
===Starting Apache===&lt;br /&gt;
&lt;br /&gt;
Now start Apache from the command line: &lt;br /&gt;
&lt;br /&gt;
 C:&lt;br /&gt;
 cd\EPrints\Apache2&lt;br /&gt;
 bin\apache&lt;/div&gt;</summary>
		<author><name>Harry</name></author>
		
	</entry>
</feed>