Skip to content

Instantly share code, notes, and snippets.

@phatak-dev
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save phatak-dev/240dc329c75f8392d087 to your computer and use it in GitHub Desktop.

Select an option

Save phatak-dev/240dc329c75f8392d087 to your computer and use it in GitHub Desktop.

Revisions

  1. phatak-dev revised this gist Nov 19, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion INSTALL.md
    Original file line number Diff line number Diff line change
    @@ -11,7 +11,7 @@ Install following softwares on your machine.
    ## Getting the code

    1. Clone the code from https://github.com/phatak-dev/mean-readitlater
    2. Cd into mongorest folder
    2. Cd into mean-readitlater/mongorest folder
    3. Run npm install to get the dependencies
    4. Run node server.js

  2. phatak-dev revised this gist Nov 19, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion INSTALL.md
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,6 @@ Install following softwares on your machine.
    3. Run npm install to get the dependencies
    4. Run node server.js

    ## Being up to date
    ## Up to date
    Additional code may be added in coming days. Make a pull before coming to the session.

  3. phatak-dev revised this gist Nov 19, 2014. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions INSTALL.md
    Original file line number Diff line number Diff line change
    @@ -2,6 +2,7 @@

    Install following softwares on your machine.

    * Git - Refer to http://git-scm.com/
    * Mongodb - Refer to http://docs.mongodb.org/manual/installation/ for steps
    * Node.js and npm - Refer to https://github.com/joyent/node/wiki/installation for steps
    * Nodemon - Refer to https://www.npmjs.org/package/nodemon
    @@ -14,3 +15,6 @@ Install following softwares on your machine.
    3. Run npm install to get the dependencies
    4. Run node server.js

    ## Being up to date
    Additional code may be added in coming days. Make a pull before coming to the session.

  4. phatak-dev created this gist Nov 19, 2014.
    16 changes: 16 additions & 0 deletions INSTALL.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    ## Software prerequisites

    Install following softwares on your machine.

    * Mongodb - Refer to http://docs.mongodb.org/manual/installation/ for steps
    * Node.js and npm - Refer to https://github.com/joyent/node/wiki/installation for steps
    * Nodemon - Refer to https://www.npmjs.org/package/nodemon
    * Postman chrome plugin - https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm?hl=en

    ## Getting the code

    1. Clone the code from https://github.com/phatak-dev/mean-readitlater
    2. Cd into mongorest folder
    3. Run npm install to get the dependencies
    4. Run node server.js