Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Fixing links

...

You have to do a little planning before undertaking the conversion.
Review the appropriate documentation (e.g. About + Data + Formats and
BitstreamFormat + Renovation)
and be able to answer the questions below.

...

Download Patch to DSpace 1.5 Source\BitstreamFormat Conversion Instructions\

  • Shutdown your DSpace archive, i.e. the Java Servlet container / webserver.
  • Update your install directory (i.e.
    Code Block
    $\{DSPACE_INSTALL\}
    to the 1.6 prototype: Apply patches to the 1.5 source and rebuild or acquire a 1.6 binary distribution.
  • While in the install directory, run
    Code Block
    ant update
    to install new code.
  • Check that
    Code Block
    $\{DSPACE_HOME\}
    has a
    Code Block
    config/formats
    subdirectory; if not, copy it over from the distribution hierarchy. You'll probably need to do that.
    e.g.
    Code Block
     cp -rp config/formats $\{DSPACE_HOME\}/config
  • Edit the DSpace Configuration as outlined below:

...