Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 783 Bytes

File metadata and controls

32 lines (19 loc) · 783 Bytes

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'] }}