Quick Start
Create a country configuration
npm create @opencrvs/countryconfig <project-name>Fork (or clone) repositories
Last updated
npm create @opencrvs/countryconfig <project-name>This command creates a country configuration package with a minimal example configuration.
Create your own forks from the following repositories:Country configuration.
https://github.com/opencrvs/infrastructure: Repository is used to store Infrastructure and CI/CD configuration (ansible inventory files and helm release values).
Steps to fork a repository:
In the top right corner press "Fork" button
Provide "Owner" and "Repository name" values
Press "Create fork" button.
For CI/CD:
Create a Github Personal Access Token with the required permissions in order for the script to programmatically create Github environments on your forked repository. Usually, the only required scope for the token is "repo".
Set the token expiration time as needed. Keep in mind that the token secret must be updated regularly for deployment actions to continue working after it expires.
Last updated