| 1 |
This module is part of the Google Summer of Code '06
|
| 2 |
It's installation is only for testing purposes as developer. If you don't want to install the module you can test the last version at:
|
| 3 |
http://www.ernestdelgado.com/drupal (You MUST use the users test1 (login:test1, password:test1) and test2 (login:test2, password:test2))
|
| 4 |
|
| 5 |
If you want to install the module anyway follow these steps
|
| 6 |
|
| 7 |
1. Execute the commands in the collaborative_editor.mysql file, using a command such as:
|
| 8 |
mysql -hhostname -uusername -p databasename < collaborative_editor.mysql
|
| 9 |
|
| 10 |
If you use phpMyAdmin select your database, select the "SQL" tab, copy/paste the code in the collaborative_editor.mysql and press "Continue"
|
| 11 |
|
| 12 |
2. Create a folder in the Drupal modules/ directory called collaborative_editor and copy all the files into the folder
|
| 13 |
|
| 14 |
3. Log in to your site as an administrator, and go to the administer >> modules section. Enable the collaborative_editor module
|
| 15 |
|
| 16 |
|
| 17 |
Read "How to test the module" (http://groups.drupal.org/node/1216) to see the different tests you can do
|