Skip to content

Updating qbank versions

cjshawMIT edited this page Feb 26, 2018 · 2 revisions

To upgrade your qbank fork, you will want to sync your fork from the CLIxIndia-Dev qbank repository. You can follow the GitHub instructions on this process.

In general, you will want to:

  1. update the master branch locally (git checkout master; git pull upstream master)
  2. update your specific deployment branch (git checkout clixserver; git merge master)
  3. push that updated branch out to your fork (git push origin clixserver).

NOTE: if you are installing dlkit separately in a docker container or other environment, pay attention to upgrades in the requirements.txt. For example, for qbank 3.5.11, there is a dlkit upgrade to 0.5.18.