opensrp / opensrp-scripts

Customised OpenMRS ETL for Report Requirements in OpenSRP Projects
Apache License 2.0
1 stars 2 forks source link

opensrp-scripts

Customized Scripts for OpenSRP Projects

Concept Constants Dictionary:

Encounter Types Constants Dictionary

Patient Identifier's Constants Dictionary

Person Attribute Type Constants Dictionary

Notes

Travis encryption script

This script helps in encrypting a file using Travis CI. The -f flag specifies the file path and the -t flag specifies the github token to use when logging into Travis.

The syntax is : ./travis-encrypt.sh -f <file-path> -t <github-token>.

The github token has to be valid and have all the required permissions listed here.