This folder contains
- the codebase for FrontlineSMS 2.x in the standard Grails application layout (grails-app, src, test, web-app, etc)
- Utility scripts, mainly in bash and groovy, in the 'do/' folder
- install4j & maven config for bundling the desktop version of FrontlineSMS in the 'install' folder
Getting started
- Run grails -Ddb.migrations=false run-appto start the app in dev mode, with bootstrap data, and with database migrations disabled
- Run grails test-appto run our test suite, anddo/test_backupto open the results in a browser
- Run grails dependency-reportto view the list of plugin dependencies. If you need access to a FrontlineSMS-developed plugin that is not available in a public repo, please let us know via a github issue.