Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: formatting

Files:

  • Wiki Markup
    \[
    _
    new-aspect-source
    _
    \]         (This where the new Aspect's source code is)
  • Wiki Markup
    \[manakin-source\]/aspects/\[aspect-dir\] (This will be the new location for the Aspect's source)
  • Wiki Markup
    \[dspace\]/config/xmlui.xconf

Instructions:

  1. Wiki Markup
    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.
    Code Block
     {{cp \[new-aspect-source\] \[manakin-source\]/aspects/\[aspect-dir\]}}
  2. Wiki Markup
    Open Manakin's configuration file,
    dspace
    Code Block
     {{\[dspace\]/config/xmlui.xconf}}, scroll to the bottom and locate
    the
    Code Block
    <aspects>
    element.
     the {{<aspects>}} element.
  3. Wiki Markup
    Add a new {{<aspect>}} element inside the {{<aspects>}} element as below: {{<aspect
    Add a new
    Code Block
    &lt;aspect&gt;
    element inside the
    Code Block
    &lt;aspects&gt;
    element as below:
    Code Block
    &lt;aspect name="My new Aspect" path="\[aspect-dir
    Code Block
    \]/"/&gt;>}}
  4. Restart Tomcat (See Quick Restart in Rebuild+DSpace)