Simple development environment for Vagrant used in Harad.
Table of Contents
- You must have installed (Vagrant)[http://www.vagrantup.com/downloads.html]
- And (VirtualBox)[https://www.virtualbox.org/wiki/Downloads]
First at all clone our vagrant repository:
$> mkdir harad
$> cd harad
$> git clone https://github.com/haradmx/vagrant.git vagrant
After that you can run your vagrant machine:
$ cd vagrant/
$ vagrant up --provision
Then the box will be downloaded for you.
If you wish, you can learn more about it alter a vagrant file and its configuration options.
Copyright (c) 2015 Iván Jaimes. See LICENSE for details.