From 81d6755b978f245647b0b8b18a7e2346ab94d85b Mon Sep 17 00:00:00 2001 From: Nikhil Haas Date: Thu, 19 Nov 2015 23:50:33 -0800 Subject: [PATCH] Create link to repo that installs MIMIC in a Vagrant VM --- buildmimic/vagrant/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 buildmimic/vagrant/README.md diff --git a/buildmimic/vagrant/README.md b/buildmimic/vagrant/README.md new file mode 100644 index 000000000..5df8080cb --- /dev/null +++ b/buildmimic/vagrant/README.md @@ -0,0 +1,13 @@ +# Vagrant VM for MIMIC II + +See: [mimic-ii-vm](https://github.com/nsh87/mimic-ii-vm) + +Vagrant allows you to easily automate the creation of virtual machines. +The [mimic-ii-vm](https://github.com/nsh87/mimic-ii-vm) repository will +create a virtual machine with Vagrant, download the MIMIC II data, and +make it accessible to you via command line or graphical interface with +a single command. + +The automated steps performed on the VM are similar to those in the +[Install MIMIC locally](http://mimic.physionet.org/tutorials/install_mimic_locally/) +instructions on the official website.