Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 2.63 KB

post-install-steps.md

File metadata and controls

10 lines (7 loc) · 2.63 KB

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';