-
Notifications
You must be signed in to change notification settings - Fork 6
Drupal site setup
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. .
- Make a symbolic link called opeka in sites/all/modules/custom, and point it to the drupal files in the cloned repo,
- make sure all file permissions are ok in the Drupal directories,
- enable the module,
- adjust the module permissions
- 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.