Skip to content

Instantly share code, notes, and snippets.

@rajanand02
Created January 25, 2017 07:41
Show Gist options
  • Select an option

  • Save rajanand02/cf2be2cfae15c5d80f3d87aa157afa86 to your computer and use it in GitHub Desktop.

Select an option

Save rajanand02/cf2be2cfae15c5d80f3d87aa157afa86 to your computer and use it in GitHub Desktop.

Revisions

  1. rajanand02 created this gist Jan 25, 2017.
    21 changes: 21 additions & 0 deletions install.md
    Original 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/