Skip to content

This repository contains custom features built on top of DHIS2 core

Notifications You must be signed in to change notification settings

simpledotorg/RTSL-DHIS2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a database Trigger in DHIS2

chmod +x ./bin/setup
./bin/setup
  • Start a test dhis2 instance
   cd dhis2_test_instance
   docker-compose up -d
  • Run data migration to create the trigger
rake db:migrate
  • To delete the trigger
rake db:rollback
  • Run tests
rspec

About

This repository contains custom features built on top of DHIS2 core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages