Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 2 Current »

Clone the code from github.

Open Intellij, and open as a new project. This should automatically index and setup part of the project, but it may equally well set it up incorrectly.

V2.5 (Pre Plugin)

  • Clone from github.

  • Open intellij and import from the Exchange Directory (not the modelCatalogueTestPluginApp directory)

  • Run through the “create module from existing sources” (don’t click any other options)

  • Open the project in Intellij and go to “Project Settings”

    • Delete the existing modules

    • Import a new module, selecting the ModelCatalogueCorePluginTestApp.

(Plugin Code v2.5)

Key steps to be aware of include:

  1. If a module is missing then set it up, click on the + button, and then select the directory (in this case Exchange).

    1. click on wizard option: create module from existing sources

  2. select “grails” from dropdown on next wizard page

  3. finish and apply

  4. Check Project section that Java 1.8 or higher is selected.

  5. Make sure correct Grails version (2.5.6) is selected - right click on Project and select Grails menu option.

  6. If moving from a pre-v2.5 database the role_hierarchy_entry table needs to be dropped, the application will re-apply a new hierarchy on loading up.

  7. -Dgrails.server.port.http=8090 to change port

  8. -Xmx8G to up the heap memory available

  • No labels