# Summary This will setup Heroku-like box using VirtualBox. For more information [about base box go here](https://atlas.hashicorp.com/lazygray/boxes/heroku-cedar-14) ## Requirements You should have [VirtualBox](https://www.virtualbox.org/) and [Vagrant](https://www.vagrantup.com/downloads.html) installed. ## Steps * In your project root create Vagrantfile using template provided here. * On your host machine run commands from 2_host.sh * On your guest machine run commands from 3_guest.sh After that you should have `/vagrant` on guest machine be a shared dir with host machine and it will contain the files from dir in which you created Vagrantfile.