[Checkins] SVN: grok/website/buildouts/development/ update instructions and buildout to use the new gzo.plonepolicy and gzo.plonesmashtheme packages

Kevin Teague kevin at bud.ca
Sat Nov 3 19:52:04 EDT 2007


Log message for revision 81462:
  update instructions and buildout to use the new gzo.plonepolicy and gzo.plonesmashtheme packages

Changed:
  U   grok/website/buildouts/development/README.txt
  U   grok/website/buildouts/development/buildout.cfg

-=-
Modified: grok/website/buildouts/development/README.txt
===================================================================
--- grok/website/buildouts/development/README.txt	2007-11-03 23:49:27 UTC (rev 81461)
+++ grok/website/buildouts/development/README.txt	2007-11-03 23:52:04 UTC (rev 81462)
@@ -9,11 +9,16 @@
    svn co svn://svn.zope.org/repos/main/grok/website/buildouts/development \
    grokplone
 
- * Checkout the plonetheme.grok package in your src directory:
+ * 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:
 
-    svn co https://svn.plone.org/svn/collective/plonetheme.grok/trunk \
-    src/plonetheme.grok
+    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:
 
    cd grokplone
@@ -24,11 +29,17 @@
 
    ./bin/instance fg
 
- * Create a new Plone instance using the ZMI and choose the "Grok theme for
-   Plone 3" extension profile. The username and password is grok:grok.
+ * Create a new Plone instance using the ZMI and choose the "Grok Site Policy"
+   extension profile. The username and password is grok:grok.
 
    http://localhost:8080/manage
 
+ * 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?)
+
  * Makes some changes in the src directory.
    Restart some Zopes.
    Do some tests.
@@ -38,8 +49,7 @@
 To-Do
 -----
 
- * Create a policy product that pulls in plonetheme.grok and installs
-   PloneHelpCenter. Adjust the buildout.
+ * PloneHelpCenter install needs work.
 
  * The development buildout should install up some sample content to theme
    against, etc.

Modified: grok/website/buildouts/development/buildout.cfg
===================================================================
--- grok/website/buildouts/development/buildout.cfg	2007-11-03 23:49:27 UTC (rev 81461)
+++ grok/website/buildouts/development/buildout.cfg	2007-11-03 23:52:04 UTC (rev 81462)
@@ -11,9 +11,11 @@
     http://effbot.org/downloads
 eggs =
     elementtree
-    plonetheme.grok
+    gzo.plonepolicy
+    gzo.plonesmashtheme
 develop =
-    src/plonetheme.grok
+    src/gzo.plonepolicy
+    src/gzo.plonesmashtheme
 
 [plone]
 recipe = plone.recipe.plone
@@ -39,7 +41,7 @@
     ${buildout:eggs}
     ${plone:eggs}
 zcml =
-    plonetheme.grok
+    gzo.plonepolicy
 products =
     ${productdistros:location}
     ${plone:products}



More information about the Checkins mailing list