An open API service indexing awesome lists of open source software.

https://github.com/dvberkel/developer-box

Development box created with vagrant
https://github.com/dvberkel/developer-box

Last synced: 2 months ago
JSON representation

Development box created with vagrant

Awesome Lists containing this project

README

        

Developer Box
=============

A development environment created with
[vagrant][1].

Environment
-----------

Install vagrant via the instructions as found on the
[documentation page][2].

Vagrant
-------

Make sure to obtain and install the correct base box.

> vagrant box add developer_box package.box

Vagrant can now be stared with the `up` command

> vagrant up

[1]: http://vagrantup.com/ "Vagrant Homepage"
[2]: http://vagrantup.com/v1/docs/getting-started/index.html "Getting started with vagrant"