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
- Host: GitHub
- URL: https://github.com/dvberkel/developer-box
- Owner: dvberkel
- Created: 2012-03-26T09:42:07.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-06T19:05:12.000Z (almost 13 years ago)
- Last Synced: 2025-02-07T23:35:01.483Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"