[Checkins] SVN: grok/website/buildouts/production/ Pull PloneHelpCenter from a version with fixes for Audiences and rest-format bug

Kevin Teague kevin at bud.ca
Mon Jan 28 03:07:37 EST 2008


Log message for revision 83277:
  Pull PloneHelpCenter from a version with fixes for Audiences and rest-format bug

Changed:
  _U  grok/website/buildouts/production/
  U   grok/website/buildouts/production/README.txt
  U   grok/website/buildouts/production/buildout.cfg
  A   grok/website/buildouts/production/products/

-=-

Property changes on: grok/website/buildouts/production
___________________________________________________________________
Name: svn:ignore
   + develop-eggs
eggs
lib
bin
var
parts
downloads
.installed.cfg



Modified: grok/website/buildouts/production/README.txt
===================================================================
--- grok/website/buildouts/production/README.txt	2008-01-28 07:53:51 UTC (rev 83276)
+++ grok/website/buildouts/production/README.txt	2008-01-28 08:07:36 UTC (rev 83277)
@@ -4,13 +4,19 @@
 This buildout manages the Plone installation. It should be run on the
 grok.zope.org server at /var/zope/grokplone.
 
-The Zope instance serving up the Plone site is running on port 8080,
-and (will be) proxied to using a RewriteRule in the system installation
+The Zope instance serving up the Plone site is running on port 7000,
+and is proxied to using a RewriteRule in the system installation
 of Apache 2.
 
 The Plone content for the Grok web site is located at /plone/public_website/
 inside the Zope instance.
 
+There is a re-write rule to allow you to access the root of the Plone instance
+at:
+
+http://grok.zope.org/site-admin/plone/
+
+
 ToDo
 ----
 
@@ -20,16 +26,16 @@
 
    Currently we are deploying svn checkouts for the gzo parts.
 
- * Everything loves to run on port 8080, perhpas we should use a different
-   port for the production Zope.
-
 Things to do to make sure the production site is a happy site:
 
  * backups! Off-site? Where?
 
  * caching. Varnish?
 
- * log analysis tools. What kind of traffic is the site getting?
+ * log analysis.
+ 
+   Quintagroup provides awstats at:
+   http://grok.zope.org/stats/
 
  * sysadmin support. More than one sysadmin should be familiar
    with the configuration and be able to fix bits if things go south.

Modified: grok/website/buildouts/production/buildout.cfg
===================================================================
--- grok/website/buildouts/production/buildout.cfg	2008-01-28 07:53:51 UTC (rev 83276)
+++ grok/website/buildouts/production/buildout.cfg	2008-01-28 08:07:36 UTC (rev 83277)
@@ -11,7 +11,6 @@
     http://effbot.org/downloads
 eggs =
     elementtree
-    PIL
     Pygments
     gzo.plonepolicy
     gzo.plonesmashtheme
@@ -29,7 +28,6 @@
 [productdistros]
 recipe = plone.recipe.distros
 urls =
-    http://plone.org/products/plonehelpcenter/releases/1.5/plonehelpcenter-1-5-0-beta5.tgz
 nested-packages =
 version-suffix-packages = 
 
@@ -47,6 +45,7 @@
 zcml =
     gzo.plonepolicy
 products =
+    ${buildout:directory}/products
     ${productdistros:location}
     ${plone:products}
 


Property changes on: grok/website/buildouts/production/products
___________________________________________________________________
Name: svn:externals
   + PloneHelpCenter -r 57772 http://svn.plone.org/svn/collective/PloneHelpCenter/trunk




More information about the Checkins mailing list