Closed (fixed)
Project:
Node.js integration
Version:
7.x-1.0-alpha4
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Reporter:
Created:
16 Mar 2011 at 20:49 UTC
Updated:
20 Jun 2014 at 00:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
arithmetric commentedHi afeijo,
The easiest way to install Express is to use npm (node package manager), which you can obtain from:
http://npmjs.org/
npm installs node packages in a central location, so they can be loaded like node's built-in libraries (using the require function).
You can also use npm to install Socket.io. However, Socket.io is also used by the client-side JavaScript code, so it must also be installed inside the module's directory so it is accessible to users.
It would be great if you could contribute some improvements to the documentation! Thanks for your interest.
Comment #2
afeijoThanks arithmetric!
I managed to install all stuff, I ran nodejs with a Hello World script and it worked :)
I have the required steps documented to install it all at a ubuntu server, I will add it to the README.txt, and I will search how to commit it
Comment #3
arithmetric commentedThe easiest way to contribute your work is to post a patch with a comment on this issue. One of the maintainers can review and commit it.
Comment #4
afeijoOk mates, here it is my patch to README.txt (my first nodejs patch :D )
Let me know if it is ok
Comment #5
Anonymous (not verified) commentedhttp://drupalcode.org/project/nodejs.git/commit/4512eaa
marking as fixed, but please reopen with more patches.