Skip to content

EdJ/m101js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M101JS - "MongoDB with NodeJS".

================ Vagrant

vagrant plugin install vagrant-berkshelf

- ```
vagrant up

vagrant ssh

- ssh may ask for a password for the "vagrant" user, which is also "vagrant"
- Run commands as you would in your standard dev environment


================
Notes
================

If you have 64 bit OS Vagrant will use 64bit box, or else it will use 32bit box.

Any content that needs to be accessible on the VM instance can be put in the ./src directory.

When installing NPM packages be sure to use the --no-bin-links flag, e.g:

``` bash
npm install <package> --no-bin-links

About

A basic mongodb/nodejs setup, written for the M101JS course offered by 10gen.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages