Post Install Steps

Post Installation Steps

JENKINS JOB TO RUNGITHUB TAGGITHUB REPOCOMMENTS

OpsAdministration/Core/PostInstallScript

branch_or_tag: release-4.10.0_RC1

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-4.10.5_RC3, channel_id: your sunbird organisation id, consumer_id: kong consumer id

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

Last updated