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. Key steps to be aware of include:
If a module is missing then set it up, click on the + button, and then select the directory (in this case Exchange).
click on wizard option: create module from existing sources
select “grails” from dropdown on next wizard page
finish and apply
Check Project section that Java 1.8 or higher is selected.
Make sure correct Grails version (2.5.6) is selected - right click on Project and select Grails menu option.
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.
-Dgrails.server.port.http=8090 to change port
-Xmx8G to up the heap memory available
0 Comments