Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 767 Bytes

README.md

File metadata and controls

45 lines (30 loc) · 767 Bytes

Staging

Getting going

On the host machine (ncov.dide.ic.ac.uk), run the following commands.

git clone https://github.com/ncov-ic/staging staging
cd staging

Requirements

Install Vagrant and VirtualBox in the host machine, along with Vault

sudo ./provision/setup-vagrant
sudo ./provision/setup-vault

Build the VM

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

Rebuild the VM

vagrant destroy
./scripts/remove-disk
vagrant up