diff --git a/README.txt b/README.txt index b3e1488..c727e01 100644 --- a/README.txt +++ b/README.txt @@ -1,27 +1,15 @@ - Chat Room allows users to talk together in real time. Users enter chat rooms which can have multiple chats. Permissions can be set to restrict who can access, edit, and create chats and chat rooms. +This branch uses Nodejs backend. + INSTALLATION ============ -1. Download the module from Drupal.org/project/chatroom and save it to your - modules folder. -2. Enable the module at admin/build/modules. -3. Copy chatroomread.php from the chatroom folder to the webroot of your site. - chatroomread.php should sit next to your index.php file. -4. If your module folder is somewhere other than 'sites/all/modules/chatroom', - set the path to the folder in settings.php: - $conf['chatroom_module_dir'] = 'path/to/the/chatroom/module/directory'; -5. Enable access to chatrooms and chat for some roles on your site. - -HACKING -======= -The DRUPAL-6--2 branch is stable, and is now bug-fix only. The DRUPAL-6--3 is -where features are developed, please post feature requests against this branch. -Features may be backported from DRUPAL-6--3 to DRUPAL-6--2, but this will be -done on a case-by-case basis only. - -Patches, testers, feature suggestions, bug reports etc all welcome! - +1. Clone gsoc2011 branch of http://drupal.org/chatroom +2. Download the Node.Js Module from Drupal http://drupal.org/project/nodejs +3. Create Create your node.js server app directory by copying from nodejs module directory: server.js and package.json +4. Copy from nodejs module directory nodejs.config.js.example and rename nodejs.config.js +5. Configure nodejs.config.js and admin/settings/nodejs so the drupal site and node.js server match +6. Enable access to chatrooms and chat for some roles on your site. \ No newline at end of file