The Model Catalogue is an open source metadata registry, pathway and forms generator based upon ISO standards.
This project is built in Grails, but also has as few front-end dependencies we manage with Bower.
To build the project you'll need
- NodeJS (we're not fussy about the version, as long as it has NPM)
- Java 7 JDK or newer
The Grails and Gradle environments will be automatically downloaded and installed when you run ./gradlew
or ./grailsw
. Handy!
To get up and running quickly, run ./gradlew
(Unix) or gradlew.bat
(Windows) to have the amazing Gradle set up the dependencies for you.
We haven't (yet) integrated the Grails build into Gradle, so that's another step:
Once you've got the dependencies above the standard Grails commands are you friends, so ./grailsw run-app
(Again using grailsw.bat
on Windows) will run a local instance, and ./grailsw test-app
will run the test suite.
This project is released under the MIT license (http://opensource.org/licenses/MIT):
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.