Difference between revisions of "Node"

From Wiki2
Line 1: Line 1:
===win7===
https://github.com/joyent/node/wiki/Installation
https://github.com/joyent/node/wiki/Installation


Line 6: Line 7:
*added it to path
*added it to path
*to test: from git bash> node hellonode.js starts server, see page at http://127.0.0.1:8124/
*to test: from git bash> node hellonode.js starts server, see page at http://127.0.0.1:8124/
===homebuntu===
http://ariejan.net/2011/10/24/installing-node-js-and-npm-on-ubuntu-debian/

Revision as of 19:24, 6 November 2013

win7

https://github.com/joyent/node/wiki/Installation

64bit version: http://nodejs.org/dist/latest/x64/node.exe

  • is in /wamp/bin/node
  • installed npm there too
  • added it to path
  • to test: from git bash> node hellonode.js starts server, see page at http://127.0.0.1:8124/

homebuntu

http://ariejan.net/2011/10/24/installing-node-js-and-npm-on-ubuntu-debian/