Skip to content
Ryan Domingue edited this page Jan 5, 2017 · 22 revisions

Dreambox

Getting Started

Initialize a new project using this box by running the following commands:

vagrant init goodguyry/dreambox
vagrant up

To use this box with an existing project, use the following in your Vagrantfile:

config.vm.box = "goodguyry/dreambox"
config.vm.box_url = "https://atlas.hashicorp.com/goodguyry/boxes/dreambox"
Clone this wiki locally