Skip to content

transmartApp

Peter Rice edited this page Mar 28, 2019 · 5 revisions

transmartApp is the main tranSMART web interface. This is a grails application integrating all available plugins, with various plugins and features enable or disabled by settings in the Config.groovy configuration file.

Source code

GitHub

Build

Use the grails 2.5.4 wrapper

./grailsw war

As this initiates some test code which may fail with unresolved references the first build may require the command to be repeated.

Clone this wiki locally