Node.js

Node.js integration documentation

This page is incomplete, and is simply a copy and paste of the readme.txt.

Edits welcome.

This module adds Node.js integration to Drupal.

Setup

1. Install Node.js.

1a. Install from a package manager:

https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager

1b. Build from source on Ubuntu (and probably Debian):

NOTE: replace the 'x' in v0.8.x with the current latest stable version.

sudo apt-get install build-essential git curl openssl libssl-dev
  mkdir -p ~/local/src
  cd ~/local/src
  git clone --branch v0.8.x git://github.com/joyent/node.git
  cd node
  ./configure
  make
  sudo make install

1c. Install nodejs from aptitude package manager

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm

1d. Installers are also available for Windows and OSX or you can build from the github source. Instruction are at: http://nodejs.org/

2. Install required Node.js modules with the Node Package Manager (NPM).

Install Drupal Node.js integration module.

Go to the directory where nodejs.integration is installed.

cd path/to/your/nodejs/module/directory

Read more
Subscribe with RSS Syndicate content
nobody click here