[Checkins] SVN: grok/website/buildouts/development/ Add svn:externals for the gzo eggs and the PloneHelpCenter

Kevin Teague kevin at bud.ca
Mon Jan 28 02:35:21 EST 2008


Log message for revision 83275:
  Add svn:externals for the gzo eggs and the PloneHelpCenter

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

-=-
Modified: grok/website/buildouts/development/README.txt
===================================================================
--- grok/website/buildouts/development/README.txt	2008-01-28 04:49:13 UTC (rev 83274)
+++ grok/website/buildouts/development/README.txt	2008-01-28 07:35:21 UTC (rev 83275)
@@ -6,20 +6,8 @@
 
  * Checkout the base buildout configuration from SVN::
 
-    svn co svn://svn.zope.org/repos/main/grok/website/buildouts/development \
+    svn co svn+ssh://svn.zope.org/repos/main/grok/website/buildouts/development \
     grokplone
-
- * Checkout the gzo.plonepolicy and gzo.plonesmashtheme packages into your
-   src directory. Replace svn:// with svn+ssh://username if you are going
-   to commit changes::
-
-    $ cd grokplone
-
-    $ svn co svn://svn.zope.org/repos/main/gzo.plonepolicy/trunk \
-      src/gzo.plonepolicy
-
-    $ svn co svn://svn.zope.org/repos/main/gzo.plonesmashtheme/trunk \
-      src/gzo.plonesmashtheme
 	
  * Run the buildout::
 
@@ -38,9 +26,15 @@
  * Navigate to the Site Setup > Add/Remove Products and install the 
    "Grok Site Policy" Product.
 
-   (can we have this install called when we choose the 'Grok Site Policy'
-    in the previous step?)
+   (We should be able to have this installed when we choose the
+    'Grok Site Policy' in the previous step? It's got bugs ATM.)
 
+ * Make an export of the 'public_website' Folder of the production site
+   (maybe we should make one of this available somewhere)
+   and copy that into ./parts/instance/import/. Use the ZMI to import this
+   content into your development instance. You may need to poke the
+   portal_catalog for a re-index.
+ 
  * Makes some changes in the src directory.
    Restart some Zopes.
    Do some tests.

Modified: grok/website/buildouts/development/buildout.cfg
===================================================================
--- grok/website/buildouts/development/buildout.cfg	2008-01-28 04:49:13 UTC (rev 83274)
+++ grok/website/buildouts/development/buildout.cfg	2008-01-28 07:35:21 UTC (rev 83275)
@@ -29,7 +29,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 = 
 
@@ -45,6 +44,7 @@
 zcml =
     gzo.plonepolicy
 products =
+    ${buildout:directory}/products
     ${productdistros:location}
     ${plone:products}
 


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



Property changes on: grok/website/buildouts/development/src
___________________________________________________________________
Name: svn:externals
   + gzo.plonepolicy svn+ssh://svn.zope.org/repos/main/gzo.plonepolicy/trunk
gzo.plonesmashtheme svn+ssh://svn.zope.org/repos/main/gzo.plonesmashtheme/trunk




More information about the Checkins mailing list