Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Virtual machine for workshop

The file here has the configuration for a tool called Vagrant to build and start up a virtual machine in VirtualBox. Once it's up and running,

To install the virtual machine:

Method 1: Use vagrant image.

  1. Download and install VirtualBox. This is a program to run and manage virtual machines on your computer.
  2. Download and install Vagrant. Vagrant allows the automated building and launching of virtual machines.
  3. Type the commands vagrant init ljdursi/next-gen-hpc; vagrant up --provider virtualbox. This will download the box containing the virtual machine (~2GB download) and start it up

Method 2: Build vagrant image locally

  1. Download and install VirtualBox. This is a program to run and manage virtual machines on your computer.
  2. Download and install Vagrant. Vagrant allows the automated building and launching of virtual machines.
  3. Run the command vagrant up in the directory containing this VagrantFile. This will download all the necessary dependencies and build the virtual machine for this workshop. It will take ~10-15 minutes