Versions Compared

Key

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

Contents

Table of Contents

Installing DSpace on Windows

...

  • PostgreSQL 8.x for Windows. This comes with a Windows installer app. Make sure the ODBC + JDBC options are selected, as well as the pgAdmin III tool.
  • Wiki Markup
    [Apache Maven 2.0.8\+|http://maven.apache.org/download.html].  Just unzip it wherever you want it installed, and add `\[path-to-apache-maven\|path-to-apache-maven\]\]\bin` to your system `PATH`.
  • Wiki Markup
    [Apache Ant 1.7.x|http://ant.apache.org/].  Just unzip it wherever you want it installed, and add `\[path-to-apache-ant\|path-to-apache-ant\]\]\bin` to your system `PATH`.

...

  • Ensure the PostgreSQL service is running, and then run pgAdmin III (Start -> PostgreSQL 8.x -> pgAdmin III). Connect to the local database as the `postgres` user, and:
    • Create a 'Login Role' (user) called `dspace` with the password `dspace` (feel free to set your own password
    • Create a database called `dspace` owned by the user `dspace`, with UTF-8 encoding
  • Wiki Markup
    Update paths in `\[dspace-source|dspace-source\]\dspace\config\dspace.cfg`.

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

...

  • Create the directory for the DSpace installation (e.g. `C:\DSpace`)
  • Wiki Markup
    Build DSpace in the normal fashion.  From `\[dspace-source|dspace-source\]\dspace\` run:
Panel

mvn package

  • Wiki Markup
    Then install DSpace to your specified location.  From `\[dspace-source|dspace-source\]\dspace\target\dspace\-\[version\].dir\` run:
Panel

ant fresh_install

  • Create an administrator account, e.g. assuming `C:\dspace` is where your DSpace installation is:

...

  • Start the Tomcat service

...