Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jhedev/node-mongo-vagrant

vagrant box containing node v0.10.26 and mongo 2.4.10
https://github.com/jhedev/node-mongo-vagrant

Last synced: 1 day ago
JSON representation

vagrant box containing node v0.10.26 and mongo 2.4.10

Awesome Lists containing this project

README

        

##How to use
First make sure you have [vagrant](http://www.vagrantup.com/) installed. Then follow these steps:

1. ```git clone https://github.com/jhedev/node-mongo-vagrant.git``` -- Clone the repo
2. ```cd node-mongo-vagrant``` -- Change into the folder
3. ```vagrant up``` -- Setup the VM (This step may take a while)
4. ```vagrant ssh``` -- ssh into the vm

##MongoDB
If the mongodb service is not running, start it with ```sudo service mongodb start```.

##Node
```node```, ```npm``` and the express generator are installed and ready to use.