Skip to content

A Vagrant box for running the lastest release of MongoDB from official repository that includes sample data to work with.

Notifications You must be signed in to change notification settings

leio10/vagrant-mongobox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-mongobox

A Vagrant box for running the lastest release of MongoDB from official repository that includes sample data to work with.

This is forked from https://github.com/bobthecow/vagrant-mongobox.

  1. Install VirtualBox 4.0.

  2. Do this. In a terminal:

    gem install vagrant
    git clone --recursive https://github.com/leio10/vagrant-mongobox.git mongobox
    cd mongobox
    vagrant up
    

    That last line might take a minute. Go get yourself a sandwich. I went with a lobster roll from Luke’s.

  3. Connect to your new dedicated MongoDB virtual machine on localhost port 27018:

    mongo --port 17017
    
  4. Start to generate data! Or make use of a very nice database (called fwd) generated with the Forward project.

About

A Vagrant box for running the lastest release of MongoDB from official repository that includes sample data to work with.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published