Skip to content

ukhsa-collaboration/ntbs_Beta

Repository files navigation

National Tuberculosis Surveillance system

See the ntbs-service folder for the application code of the NTBS web server.

Sub-modules

This repository contains sub-modules. When cloning please use this command: git clone --recurse-submodules git@github.com:publichealthengland/ntbs_Beta.git.

If you have already cloned, then please use this command to initialise and update your sub-modules: git submodule update --init --recursive.

Using https for git

The above instructions assume you are authenticating git using an SSH key. If you'd rather use https, then:

  1. Run git clone https://github.com/publichealthengland/ntbs_Beta.git
  2. Replace git@github.com:publichealthengland/ntbs-nhs-razor-tags.git with https://github.com/publichealthengland/ntbs-nhs-razor-tags.git inside of the .gitmodules file
  3. Run git submodule update --init --recursive