Sunday, December 11, 2011

Install Mongodb in Window

How to install MongoDB in Windows

1. Download windows version of mongodb from http://mongodb.org
2. Extract Zipped files on "c://mongodb"

Node.js Server Installation in Window

Run Node server in the windows pc within few steps


Step 1. Download the file "node .exe" from http://nodejs.org/dist/v0.6.0/node.exe. Its just less than 5 Mb



How to install Mongodb on Linux

MongoDb Install on Linux

1. Download mongodb from http://mongodb.org
2. Goto folder mongodb using "cd mongodb" from terminal

Node.js on Linux

The steps for installing node.js on linux

1. To install the tools needed to build node open a terminal and type the following commands:
sudo apt-get install g++ curl libssl-dev apache2-utils git-core

2. Then checkout the node source:
git clone git://github.com/ry/node.git

or
git clone git://github.com/joyent/node.git