Install an Aspect (Manakin)
From DSpace Wiki
Files:
- [new-aspect-source] (This where the new Aspect's source code is)
- [manakin-source]/aspects/[aspect-dir] (This will be the new location for the Aspect's source)
- [dspace]/config/xmlui.xconf
Instructions:
- 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]
- Open Manakin's configuration file, [dspace]
/config/xmlui.xconf, scroll to the bottom and locate the<aspects>element. - Add a new
<aspect>element inside the<aspects>element as below:<aspect name="My new Aspect" path="[aspect-dir]/"/> - Restart Tomcat (See Quick Restart in Rebuild DSpace)
