Skip to content

Latest commit

 

History

History

vagrant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Vagrant Computational Environment Creation

VirtualBox, Vagrant >= 1.1, and Ansible are required. Follow the steps below:

Installation

Linux / Ubuntu

{{ d['install-and-generate.sh|idio']['install-vagrant-ansible'] }}

MacOS and Windows

Install vagrant from here

Generation

Once installed, open a new console and change directory to scipy-tutorial-2014/environment/vagrant.

{{ d['install-and-generate.sh|idio']['generate-vagrant'] }}

To connect to the machine:

vagrant ssh

To shutdown the virtual machine:

{{ d['install-and-generate.sh|idio']['vagrant-shutdown'] }}