Skip to content

CC-HIC/idhs-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

idhs-env

Virtual machine with IDHS setups.

Setup

  • install Vagrant

    • MacOS: brew install vagrant
    • Ubuntu: sudo apt-get install vagrant
    • Windows: go to vagrant installation page
  • Install Vagrant plugins

vagrant plugin install vagrant-vbguest # Virtual Box user only
  • Download idhs-env
git clone [email protected]:UCL-HIC/idhs-env.git
  • Start VM
cd idhs-env/VM
vagrant up
vagrant ssh
  • Data sharing with the host data folder should be kept in the same layout as that of IDHS. It is mounted on /data in the virtual machine.