Archived / Obsolete Documentation

Documentation in this space is no longer accurate.
Looking for official DSpace documentation? See all documentation

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Files:

Instructions:

  1. If you are installing a brand new Aspect that is not distributed with Manakin then perform the following operations, otherwise skip to the next step.
    cp [new-aspect-source] [manakin-source]/aspects/[aspect-dir]
  2. Open Manakin's configuration file, dspace
    /config/xmlui.xconf
    , scroll to the bottom and locate the
    <aspects>
    element.
  3. Add a new
    <aspect>
    element inside the
    <aspects>
    element as below:
    <aspect name="My new Aspect" path="
    aspect-dir
    /"/>
  4. Restart Tomcat (See Quick Restart in Rebuild+DSpace)
  • No labels