Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Changes

type key summary components parent
Loading...
Refresh

Additionally, in dcb-service

Additionally, in dcb-admin-ui

Deployment

Summary

Change Category

Required

Recommended

Not Required

Complete reset

Environment configuration

Host LMS configuration or setup

Service configuration

(tick)

Ingest

Index

Library configuration

Deploy new Executables

Instructions

Service configuration

  • Set DCB_ENV_CODE and DCBV_ENV_DESCRIPTION as required, eg, "env": {"code": "KI-SPH-DEV","description": "K-Int, Sheffield Paradise House, DEV"},

Verification

After clear down

  • Request a full repopulation of the Open/Elastic search index

#!/bin/bash . ./setTarget.sh TOKEN=`./login` curl -X POST $TARGET/admin/reindex -H "Accept-Language: en" -H "Content-Type: application/json" -H "Authorization: Bearer $TOKEN" -d '{}'

After deployment

  •  

  • No labels