Gambia resources module for OpenCRVS
Configuration
Also has Zambia module for configuration example
- What is the resources module?
- How do I run the module alongside the OpenCRVS core?
- What is in the resources module repository?
- Why do we need this resources module?
- Developer commands
- How can I clear the database, and repopulate it after I have changed my facilities, administrative locations or test employees?
- What are the example sequence of scripts that run when populating the reference data?
- Can you explain the resources module features in more detail?
- Administrative
- Assets
- Definitions
- Employees
- Facilities
- Generate
- Languages - How do I internationalise or update the OpenCRVS client text?
- Templates
- Validate
- Forms
- How do I configure the birth and death registration form fields?
- Data types
- Properties of register.json
- registerForm
- birth
- death
**This is the Zambia resources companion module for OpenCRVS. Ensure that you are already running OpenCRVS before using.**
## What is the resources module?
This is an example country configuration package for the OpenCRVS core. OpenCRVS requires a country configuration in order to run. The resources package supplies OpenCRVS with the following:
- Default, factory settings database backup zips containing development users, facilities and administrative locations for the nation saved as FHIR resources.
- Birth and Death registration form configuration as JSON
- Birth and Death certificate PDF templates as JSON
- Internationalised text as JSON
- SMS gateway provider selection between Clickatell & Infobip
- Country specific environment variables in Docker compose files
- Country specific client config variables in .js files
- Logo for the Civil Registrar department that appears on the certificates and on the review page of the UI
- Any 3rd party API integrations you require into your OpenCRVS core
## How do I run the module alongside the OpenCRVS core?
1. Ensur …