[Checkins] SVN: grok/website/buildouts/development/README.txt ReSTifying a bit and fix little impreciseness.

Uli Fouquet uli at gnufix.de
Sun Jan 13 11:22:24 EST 2008


Log message for revision 82842:
  ReSTifying a bit and fix little impreciseness.

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

-=-
Modified: grok/website/buildouts/development/README.txt
===================================================================
--- grok/website/buildouts/development/README.txt	2008-01-13 14:29:03 UTC (rev 82841)
+++ grok/website/buildouts/development/README.txt	2008-01-13 16:22:22 UTC (rev 82842)
@@ -4,35 +4,36 @@
 To create a development environment to start working on the Plone portion
 of the Grok web site:
 
- * Checkout the base buildout configuration from SVN:
+ * Checkout the base buildout configuration from SVN::
 
-   svn co svn://svn.zope.org/repos/main/grok/website/buildouts/development \
-   grokplone
+    svn co svn://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:
+   to commit changes::
 
-    svn co svn://svn.zope.org/repos/main/gzo.plonepolicy/trunk \
-    src/gzo.plonepolicy
+    $ cd grokplone
 
-    svn co svn://svn.zope.org/repos/main/gzo.plonesmashtheme/trunk \
-    src/gzo.plonesmashtheme
+    $ 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:
+ * Run the buildout::
 
-   cd grokplone
-   python bootstrap.py
-   ./bin/buildout
+    $ python bootstrap.py
+    $ ./bin/buildout
 
- * Start up Zope:
+ * Start up Zope::
 
-   ./bin/instance fg
+    $ ./bin/instance fg
 
  * Create a new Plone instance using the ZMI and choose the "Grok Site Policy"
-   extension profile. The username and password is grok:grok.
+   extension profile. The username and password is grok:grok::
 
-   http://localhost:8080/manage
+     http://localhost:8080/manage
 
  * Navigate to the Site Setup > Add/Remove Products and install the 
    "Grok Site Policy" Product.



More information about the Checkins mailing list