You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ch...@apache.org on 2008/07/14 23:27:31 UTC

svn commit: r676743 - in /incubator/shindig/trunk/php: README certs/README

Author: chabotc
Date: Mon Jul 14 14:27:31 2008
New Revision: 676743

URL: http://svn.apache.org/viewvc?rev=676743&view=rev
Log:
Updated readme's to new config locations

Modified:
    incubator/shindig/trunk/php/README
    incubator/shindig/trunk/php/certs/README

Modified: incubator/shindig/trunk/php/README
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/README?rev=676743&r1=676742&r2=676743&view=diff
==============================================================================
--- incubator/shindig/trunk/php/README (original)
+++ incubator/shindig/trunk/php/README Mon Jul 14 14:27:31 2008
@@ -51,8 +51,9 @@
 
 b. Run with an existing host
 
-If you cannot/don't want to create a virtual host, you can edit the file php/config.php and
-change the web_prefix setting to '/shindig/php'.
+If you cannot/don't want to create a virtual host, you can edit the file php/config/container.php
+or php/config/local.php (see the comments php/config/container.php for documentation of the
+configuration system) and change the web_prefix setting to '/shindig/php'.
 
 Then you can run the gadget by pointing your browser to:
 

Modified: incubator/shindig/trunk/php/certs/README
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/php/certs/README?rev=676743&r1=676742&r2=676743&view=diff
==============================================================================
--- incubator/shindig/trunk/php/certs/README (original)
+++ incubator/shindig/trunk/php/certs/README Mon Jul 14 14:27:31 2008
@@ -7,9 +7,12 @@
 
 Generate the private key:
 # openssl genrsa -out private.key -des3 1024
-Enter a pass phrase, and make sure to put this in 'private_key_phrase' in config.php
+
+Enter a pass phrase, and make sure to put this in 'private_key_phrase' in 
+config/container.php
 
 Generate the public key:
 # openssl req -new -x509 -nodes -sha1 -days 365 -key private.key > public.crt
+
 Enter the pass phrase again, and your host's information