Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel

Contents

Table of 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.

...

You should also read the DSpace install docs corresponding to your DSpace version (for the latest stable version they're available online). 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.:

Code Block

dspace.dir = C:/DSpace
  • Create the directory for the DSpace installation (e.g. C:\DSpace)
  • Build DSpace in the normal fashion. From [dspace-source]\dspace run:
Code Block

mvn package
  • Then install DSpace to your specified location. From [dspace-source]\dspace\target\dspace-[version].dir run:
Code Block

ant fresh_install
  • Create an administrator account, e.g. assuming C:\dspace is where your DSpace installation is:
Code Block

C:\dspace\bin\dspace.bat dsrun org.dspace.administer.CreateAdministrator

...

Run Handle Server as a Service

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

Notes

  • This should work for either Windows XP or Windows 7. Not tested on other versions of Windows.

...