Contents

Installing DSpace on Windows

Running DSpace on Windows is actually rather similar to running it on any other operating system. For the most part, you should be able to follow the normal DSpace Installation Documentation. However, this page provides you with some hints that are specific to Windows.

Caution: These instructions are themselves in 'beta' (wink) See 'Notes' below.

You should also read the DSpace install docs corresponding to your DSpace version Make sure to look most closely at the section on "Windows Installation" in the System Documentation.

Pre-requisite Software

You'll need to install this pre-requisite software (for DSpace 1.5.x and higher). Check the "Windows Installation" section of the System Documentation for the most recent pre-requisites, as they sometimes differ based on the version of DSpace you are running.

General Installation Steps

Note: Use forward slashes / for path separators, though you can still use drive letters, e.g.:

dspace.dir = C:/DSpace
mvn package
ant fresh_install
C:\dspace\bin\dspace.bat dsrun org.dspace.administer.CreateAdministrator

(then enter the required info)

Run Handle Server as a Service

See instructions at Handle Server Setup as Windows Service (using Tanuki)

Notes