Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jhedev/node-mongo-vagrant
- Owner: jhedev
- Created: 2014-04-23T12:44:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-23T12:56:46.000Z (over 10 years ago)
- Last Synced: 2023-07-31T23:33:50.603Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.