| 1 |
/* $Id: README.txt,v 1.2 2008/12/30 11:34:28 impetus Exp $ */ |
/* $Id: README.txt,v 1.1.4.8 2009/08/17 09:59:36 impetus Exp $ */ |
| 2 |
ShindigIntegrator: A module to integrate shindig into Drupal |
ShindigIntegrator: A module to integrate shindig into Drupal |
| 3 |
=================================================================== |
=================================================================== |
| 4 |
|
|
| 12 |
http://subversion.tigris.org/ |
http://subversion.tigris.org/ |
| 13 |
- PHP 5.X.X |
- PHP 5.X.X |
| 14 |
* Latest PHP version can be downloaded from: http://www.php.net/downloads.php |
* Latest PHP version can be downloaded from: http://www.php.net/downloads.php |
| 15 |
* Enable GD library for PHP installation. See http://in2.php.net/manual/en/image.setup.php for more details. |
* Enable GD library for PHP installation. See http://in2.php.net/manual/en/image.setup.php for more |
| 16 |
|
details. |
| 17 |
* Enable Short tag in php.ini file of the PHP installation |
* Enable Short tag in php.ini file of the PHP installation |
| 18 |
- Apache Web server |
- Apache Web server |
| 19 |
* Latest Apache web server can be downloaded from: http://httpd.apache.org/download.cgi |
* Latest Apache web server can be downloaded from: http://httpd.apache.org/download.cgi |
| 37 |
Country profile_country |
Country profile_country |
| 38 |
Interested in profile_interest |
Interested in profile_interest |
| 39 |
---------------------------------- |
---------------------------------- |
| 40 |
Currently following fields are supported in the module. More fields can be easily added as per the requirement in /shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php. |
Currently following fields are supported in the module. More fields can be easily added as per the |
| 41 |
|
requirement in /shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php. |
| 42 |
|
|
| 43 |
- The above field names are mandatory to get social data for this module to run successfully. If you don't want to use profile fields as defined above, you need to modify the function getPeople() of /shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php, in order to run any open social application. |
- The above field names are mandatory to get social data for this module to run successfully. If you |
| 44 |
|
don't want to use profile fields as defined above, you need to modify the function getPeople() of |
| 45 |
|
/shindig/php/src/social/sample/ShindigIntegratorDbFetcher.php, in order to run any open social |
| 46 |
|
application. |
| 47 |
|
|
| 48 |
Steps to use shindig_integrator module |
Steps to use shindig_integrator module |
| 49 |
============================= |
============================= |
| 50 |
- Copy the module to sites/all/modules folder. |
- Download ShindigIntegrator module |
| 51 |
- Download the shindig code from svn repostiory "http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/" at location: /shindig_integrator/shindig. |
http://ftp.drupal.org/files/projects/ShindigIntegrator-6.x-1.x-dev.tar.gz |
| 52 |
|
- unzip/untar the code |
| 53 |
|
- Copy the module /ShindigIntegrator/shindig_integrator to /drupal/sites/all/modules folder. |
| 54 |
|
- Download the shindig code from svn repostiory |
| 55 |
|
svn co http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/ shindig |
| 56 |
- Enable Shindig Integrator in "Administer -> Site building -> Modules" page. |
- Enable Shindig Integrator in "Administer -> Site building -> Modules" page. |
| 57 |
|
|
| 58 |
Note |
Note |
| 59 |
===== |
===== |
| 60 |
- This module is currently compliant with shindig 1.0.x-incubating release(revision:731528). |
- This module is currently compliant with shindig 1.0-incubating release. |
| 61 |
|
- To make This module work with Signed gadgets, create your own OpenSSL private and public keys. |
| 62 |
|
- Put these key files at /shindig_integrator/shindig/php/certs/ |
| 63 |
|
- Put the private key phrase in /shindig_integrator/shindig/php/config/container.php |
| 64 |
|
|
| 65 |
|
'private_key_phrase' => 'your private key phrase', |
| 66 |
|
|
| 67 |
|
- On some Unix variants,PHP's getcwd() will return FALSE if any one of the parent directories does not |
| 68 |
|
have the readable or search mode set, even if the current directory does. |
| 69 |
|
Grant all required permissions to all parent directories |
| 70 |
|
or |
| 71 |
|
change "include_path" and "settings_php" manually in |
| 72 |
|
shindig_integrator/shindig/php/config/local.php. |
| 73 |
|
*To make Shindig work properly* |
| 74 |
|
|
| 75 |
|
|