-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ricky Ng-Adam edited this page Aug 11, 2016
·
27 revisions
Based on:
We've selected Ubuntu 14.04 as our preferred Linux distribution.
We use vagrant to create VM:
- Install vagrant (https://www.vagrantup.com/docs/installation/)
-
vagrant box add ubuntu/trusty64
(this installs the image for Ubuntu 14.04) - in a new directory:
vagrant init ubuntu/trusty64
vagrant up
vagrant ssh