Created
January 25, 2017 07:41
-
-
Save rajanand02/cf2be2cfae15c5d80f3d87aa157afa86 to your computer and use it in GitHub Desktop.
Revisions
-
rajanand02 created this gist
Jan 25, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ #### Install nvm `curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash` ##### Source the bash or zsh profile `source ~/.bashrc` ##### Install node `nvm install node` #### verify the installation `nvm use node` `node -v` ##### Install mongodb https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/