Skip to content
Benjamin Christensen edited this page Dec 2, 2013 · 2 revisions

Setup a Drupal 7 site as you normally would, on the server where Node.js is running already. .

  1. Make a symbolic link called opeka in sites/all/modules/custom, and point it to the drupal files in the cloned repo,
  2. make sure all file permissions are ok in the Drupal directories,
  3. enable the module,
  4. adjust the module permissions
  5. and you should be good to go.

Note: Remember to set the configuration settings under

Configuration > Web Services > Opeka chat system. 

Here you have to use the path for the Opeka server URL, provided in the example.

Note: In order to start the server, in the terminal, navigate to the location of the main.js file and run the command:

$ node main.js

Make sure you have the jQuery update module for Drupal to be able to run jQuery 1.7.

Clone this wiki locally