> For the complete documentation index, see [llms.txt](https://lern.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lern.sunbird.org/use/developer-guide/lms-service/certificate-registry-and-credentialing/server-setup-guide-for-sunbird-rc.md).

# Server Setup guide for Sunbird-RC

### Required jobs to build and deployed

Since APIs intercommunicated with other services, deploy the services in below order

<table><thead><tr><th width="165">Component</th><th>Build Job</th><th>Deploy Job</th></tr></thead><tbody><tr><td>CertificateAPI</td><td>Build/Sunbird-RC/CertificateApi</td><td>Deploy/Sunbird-RC/CertificateApi</td></tr><tr><td>Uploading Schema files to Cloud</td><td></td><td>Deploy/Sunbird-RC/Upload_RC_Schema</td></tr><tr><td>CertificateSign</td><td>Build/Sunbird-RC/CertificateSign</td><td>Deploy/Sunbird-RC/CertificateSign</td></tr><tr><td>Registry</td><td>Build/Sunbird-RC/Registry</td><td>Deploy/Sunbird-RC/Registry</td></tr></tbody></table>

### **Steps to update certificate schema**

**Step 1 : Upload updated schema files.**\
Deploy Jenkins job: **Deploy/dev/Sunbird-RC/Upload\_RC\_Schema**

**Note**: Since certificate signer service will cache the templates. please ensure the template is updated in the respective path as per the files below.

<https://github.com/project-sunbird/sunbird-devops/blob/release-5.3.0-lern/kubernetes/helm_charts/sunbird-RC/registry/schemas/TrainingCertificate.json>

<https://github.com/project-sunbird/sunbird-devops/blob/release-5.3.0-lern/utils/sunbird-RC/schema/credential_template.json>

**Step 2 : Deploy certificate signer service**

Jenkins Job: **Deploy/dev/Sunbird-RC/CertificateSign**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://lern.sunbird.org/use/developer-guide/lms-service/certificate-registry-and-credentialing/server-setup-guide-for-sunbird-rc.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.
