# Post Install Steps

**Post Installation Steps**

| JENKINS JOB TO RUN                                              | GITHUB TAG                                                                               | GITHUB REPO                                                    | COMMENTS                                                                                                                                                                                                                                                                                                                                                                          |
| --------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | -------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| OpsAdministration/Core/PostInstallScript                        | branch\_or\_tag: release-5.1.0\_RC3                                                      | <https://github.com/project-sunbird/sunbird-devops.git>        | Creates the default forms, framework, users, channel, licenses etc. Please ensure you provide all the values that the job requires. You need to also ensure the script is successful by closely inspecting the output line by line on the Jenkins console log. You can also take a look at the script and API’s and create your own data if you don’t require the default values. |
| Deploy/DataPipeline/AnalyticsPopulatePSQLConsumerChannelMapping | release-5.1.0, channel\_id: your sunbird organisation id, consumer\_id: kong consumer id | <https://github.com/project-sunbird/sunbird-data-pipeline.git> | Adds kong consumer in postgres Analytics DB to whitelist some of the API’s. You can get the kong cosumer id by querying in postgres on kong db `select * from consumers where username = 'api-admin';`                                                                                                                                                                            |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ed.sunbird.org/older-versions/use/installing-ed-platform/release-5.1.0/post-install-steps.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
