/[drupal]/contributions/modules/ShindigIntegrator/shindig_integrator/README.txt
ViewVC logotype

Diff of /contributions/modules/ShindigIntegrator/shindig_integrator/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.4.6, Mon Aug 17 09:18:47 2009 UTC revision 1.1.4.7, Mon Aug 17 09:52:26 2009 UTC
# Line 1  Line 1 
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    
# Line 50  Steps to use shindig_integrator module Line 50  Steps to use shindig_integrator module
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    

Legend:
Removed from v.1.1.4.6  
changed lines
  Added in v.1.1.4.7

  ViewVC Help
Powered by ViewVC 1.1.2