https://github.com/bobthecow/vagrant-mongobox
A simple little Vagrant box for running MongoDB
https://github.com/bobthecow/vagrant-mongobox
Last synced: 10 months ago
JSON representation
A simple little Vagrant box for running MongoDB
- Host: GitHub
- URL: https://github.com/bobthecow/vagrant-mongobox
- Owner: bobthecow
- Created: 2011-06-11T03:53:47.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T22:03:27.000Z (over 11 years ago)
- Last Synced: 2025-03-18T07:50:43.634Z (10 months ago)
- Language: Puppet
- Homepage: http://justinhileman.info/article/mongodb-virtual-machine/
- Size: 141 KB
- Stars: 51
- Watchers: 3
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vagrant-mongobox
================
A simple little Vagrant box for running MongoDB
1. Install VirtualBox 4.0.
2. Do this. In a terminal:
```
gem install vagrant
git clone --recursive https://github.com/bobthecow/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 27018
```
4. Profit!