Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Step 1: Write configuration as per your requirement. Structure of the config file is explained later in the same doc.

  2. Step 2: Check-in the config file to a remote location preferably github, currently we check the files into this folder - https://github.com/egovernments/egov-servicesconfigs/tree/masterDEV/core/egov-searcher/src/main/resources  for dev  for DEV and QA and this folder - https://github.com/egovernments/punjab-rainmaker-customizationconfigs/tree/master/configsUAT/egov-searcher  for UAT.

  3. Step 3: Provide the absolute path of the checked-in file to DevOps, to add it to the file-read path of egov-searcher. The file will be added to egov-searcher's environment manifest file for it to be read at start-up of the application.

  4. Step 4: Run the egov-searcher app, use the modulename and definitionname parameters from the configuration as path parameters in the URL of the search API to fetch the required data.

...