/node-mongo-vagrant

Vagrant box running Ubuntu 12.04, Node.js, and MongoDB.

Primary LanguageShell

Node.js / MongoDB / Ubuntu 12.04 64-bit Vagrant Box

UPDATE: This repo has not been maintained for years. Please consider using docker and docker-compose instead.

How to Use

  1. Download and install VirtualBox by clicking here
  2. Download and install Vagrant by clicking here
  3. Clone this repository.
  4. cd node-mongo-vagrant/
  5. vagrant up
  6. Grab a cup of coffee while you wait for the server to download and install. This will take a little while depending on your internet connection.

Once you run it the first time, node will run a default server and you can access it by visiting http://10.0.33.34 in your browser.

Further Reading