Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (22 loc) · 799 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (22 loc) · 799 Bytes

Development Environment

  1. Install git and curl

  2. Clone AATAMS repository $ git clone https://github.com/aodn/aatams.git

  3. Switch to AATAMS project directory $ cd aatams

  4. Install SDKMAN

  5. Install Grails $ sdk use grails 1.3.7

  6. Install Java $ sdk use java 6u93-zulu

  7. Install Postgres and PostGIS

  8. Setup development database $ sudo -u postgres ./init_db.sh

  9. Running app for local development

    1. See BootStrap.groovy ( DevelopmentDataInitialiser )

    $ grails clean $ grails run-app -DinitialiseWithData=true

  10. Running test $ grails clean $ sudo -u postgres ./init_test_db.sh $ grails test-app --echoOut