On the host machine (ncov.dide.ic.ac.uk), run the following commands.
git clone https://github.com/ncov-ic/staging staging
cd staging
Install Vagrant and VirtualBox in the host machine, along with Vault
sudo ./provision/setup-vagrant
sudo ./provision/setup-vault
First, login to the vault and arrage credentials
./scripts/vault-prepare
then
vagrant up
cp scripts/ssh-testing ~server
After a while you should be able to log into https://ncov.dide.ic.ac.uk:1443
vagrant destroy
./scripts/remove-disk
vagrant up