| 1 |
/* $Id: README.txt,v 1.1.4.5 2009/08/17 08:06:45 impetus Exp $ */ |
/* $Id: README.txt,v 1.1.4.6 2009/08/17 09:18:47 impetus Exp $ */ |
| 2 |
ShindigIntegrator: A module to integrate shindig into Drupal |
ShindigIntegrator: A module to integrate shindig into Drupal |
| 3 |
=================================================================== |
=================================================================== |
| 4 |
|
|
| 50 |
svn co http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/ shindig |
svn co http://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating/ shindig |
| 51 |
- Enable Shindig Integrator in "Administer -> Site building -> Modules" page. |
- Enable Shindig Integrator in "Administer -> Site building -> Modules" page. |
| 52 |
|
|
| 53 |
Note - This module is currently compliant with shindig 1.0-incubating release. |
Note |
| 54 |
- To make This module work with Signed gadgets, create your own OpenSSL private and public keys. |
===== |
| 55 |
- Put these key files at /shindig_integrator/shindig/php/certs/ |
- This module is currently compliant with shindig 1.0-incubating release. |
| 56 |
- Put the private key phrase in /shindig_integrator/shindig/php/config/container.php |
- To make This module work with Signed gadgets, create your own OpenSSL private and public keys. |
| 57 |
|
- Put these key files at /shindig_integrator/shindig/php/certs/ |
| 58 |
|
- Put the private key phrase in /shindig_integrator/shindig/php/config/container.php |
| 59 |
'private_key_phrase' => 'your private key phrase', |
'private_key_phrase' => 'your private key phrase', |
| 60 |
|
- On some Unix variants, getcwd() will return FALSE if any one of the parent directories does not have the readable or search mode set, even if the current directory does. Grant all required permissions to all parent directories or change include_path and settings_php manually in shindig_integrator/shindig/php/config/local.php. |
| 61 |
|
|
| 62 |
|
|
| 63 |
|
|