Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 981 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 981 Bytes

#DHIS2 Tracker Capture App Enhancement

##Installation ###1. PostgreSQL

  • Download and install postgres (preferably 9.4) and add a user called "dhis" with password "dhis".
  • Make sure that postgres runs and that the dhis user has writing privileges

MacOS We recommend Postgres.App which is available for download here

###2. Clone Repo

  • run the command '''git clone git@github.com:ehatle/AgileAlligators.git AgileAlligators''' in your terminal/commandline

###3. Import the project to you IDE IntelliJ

  • run the build.sh script
  • Go to File > Open and find and import the project
  • Open project settings and add the dhis-web folder as a module

###4. Add Environment Variable __IntelliJ:

  • Go to Edit Configurations > Startup / Connection > Environment Variables
  • Add "DHIS2_HOME", where the path is to the AgileAlligators folder