Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.58 KB

digit-deployment.md

File metadata and controls

21 lines (14 loc) · 1.58 KB
description
High-level overview of DIGIT deployment

DIGIT Deployment

Basics

DIGIT is an open-source, customizable platform that lends itself to extensibility. New modules can be built on top of the platform to suit new use-cases or existing modules can be modified or replaced. To enable this, in addition to deploying DIGIT, a CD/CI pipeline should be set up. CD/CI pipelines enable the end user to automate & simplify the build/deploy process.

DIGIT comes with configurable "CI as code", "Deploy as code" etc.. which can be utilized to set up the pipelines and deploy new modules. More on that in the steps below.

Note: Changing the DIGIT code has implications for upgrades. That is, you may not be able to upgrade to the latest version of DIGIT depending on the changes that have been made. New modules are generally not a problem for upgrades.

  • Setup CD/CI pipeline – This enables you to change code for individual modules/ add new modules (ILMS), build individual modules and deploy them into your environment.
  • Develop on top of DIGIT
    1. Design Guide - Reference docs
    2. Create a new module. Follow the development guide
    3. Build the new module (part of the development guide) using JenkinsReference docs
    4. Deploy the new module into your DIGIT environment