Skip to content

cacois/vagrant-node-mongo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 

Bootstrap vagrant project for Node.js / MongoDB apps

This repo is a bootstrap vagrant-based project using Node.js and MongoDB.

By default, it uses the precise32 vagrant base box. To start your project, complete the following steps:

Download and install vagrant, if you haven't already (http://downloads.vagrantup.com/)

vagrant box add base http://files.vagrantup.com/precise32.box
git clone https://github.com/cacois/vagrant-node-mongo.git
cd vagrant-node-mongo
vagrant up

Wait a few moments while your VM is powered on and configured. Now you can access your VM using

vagrant ssh
cd app
node app

Now you can bring up your local browser and browse to http://localhost:3000 to see your Node app in action!

About

Bootstrap vagrant project for Node.js / MongoDB apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published