| 1 |
Social Network Analysis Tool
|
| 2 |
Drupal Module
|
| 3 |
|
| 4 |
* Requirements on server side
|
| 5 |
1) Drupal 4.7
|
| 6 |
2) gdbm in PHP
|
| 7 |
|
| 8 |
* Requirements on client side
|
| 9 |
1) Java 1.5 JRE
|
| 10 |
2) SVG support
|
| 11 |
|
| 12 |
* Installation
|
| 13 |
|
| 14 |
0) You can download the tarball from http://sna.drupaler.net/. This is the
|
| 15 |
easyest way to do the installation.
|
| 16 |
1) Unpack the sna-0.11.tar.bz2 archive in the drupal main directory
|
| 17 |
tar xfj sna-0.11.tar.bz2
|
| 18 |
2) Edit modules/sna/common.php, find the FILES_PATH defined constants. Modify FILES_PATH to a web server writable empty directory where the data be stored. It's more secure that this directory is not web accessible. Please write an ending / to the path.
|
| 19 |
3) Call the drupalhost/drupaldir/sna_cron.php url to generate the first time database.
|
| 20 |
4) Add the 3) step to the cron.
|
| 21 |
5) Enable the module at drupal administration menu.
|
| 22 |
6) Give access to sna features at access control
|
| 23 |
|
| 24 |
* If you download the autogenerated cvs tarball
|
| 25 |
|
| 26 |
From this version the JAVA applet is missing. You have to download the tarball
|
| 27 |
and copy the applet/ directory to the modules/sna/ path.
|
| 28 |
In the cvs version of the module it is needless to add anything to cron,
|
| 29 |
because hook_cron() is implemented in sna.module. The only thing you have to
|
| 30 |
do to check that your crontab calls cron.php
|