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,
- Visit http://192.168.33.10:9998 and you will have ssh access to your virtual machine through your browser. The username is
vagrant
and the password isvagrant
. - Visit http://192.168.33.10:9999 and you will have access to Jupyter Notebooks running on your virutal machine through your browser.
To install the virtual machine:
- Download and install VirtualBox. This is a program to run and manage virtual machines on your computer.
- Download and install Vagrant. Vagrant allows the automated building and launching of virtual machines.
- 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
- Download and install VirtualBox. This is a program to run and manage virtual machines on your computer.
- Download and install Vagrant. Vagrant allows the automated building and launching of virtual machines.
- 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