Versions Compared

Key

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

...

Step 3:  The file which are created earlier, their absolute path has to mention in dev.yml which is present inhttps://github.com/egovernments/eGov-infraOps/blob/master/cluster/conf/dev.yml in dev.yaml and qa.yaml Before editing the file create another branch and edit the dev.yaml file and qa.yml yaml file , mentioned proper file path like

...

After editing the file, raise the pull request to DevOPS, so they can merge the branch to master.

Step 4: Before running starting the PDF generation service, persister and filestore service has to be running. First make sure that  pdf-generator.yml persister file is present in  https://github.com/egovernments/configs/tree/master/egov-persister If not present then add the file and raise the pull request to Devops. Run the Persister service present in the link given below:  https://github.com/egovernments/core-services/tree/master/egov-persisterRun the Filestore service present in the link : https://github.com/egovernments/core-services/tree/master/egov-filestore

...

Code Block
{
  “Variable”: “variable_name”,
  “Value”:{
    “path”: “$.date”             -----> jsonpath to obtain epoch value of date
  },
  “type”:  “label”,   "date"                  -----> this field is used to mark this variable as date.       
  "format": "YYYY/MM/DD "
}

...