[Checkins] SVN: grok/trunk/doc/tutorial.txt Mention 'bin' directory.

Philipp von Weitershausen philikon at philikon.de
Thu Jul 12 11:15:27 EDT 2007


Log message for revision 77753:
  Mention 'bin' directory.
  

Changed:
  U   grok/trunk/doc/tutorial.txt

-=-
Modified: grok/trunk/doc/tutorial.txt
===================================================================
--- grok/trunk/doc/tutorial.txt	2007-07-12 15:12:32 UTC (rev 77752)
+++ grok/trunk/doc/tutorial.txt	2007-07-12 15:15:27 UTC (rev 77753)
@@ -242,10 +242,15 @@
 upload your project to the Python Cheeseshop. We will discuss this in
 more detail later in this tutorial. (XXX)
 
-We have already seen the ``parts`` directory. This directory contains
-configuration and data created by ``buildout``, such as the Zope
-object database (ZODB) instance.
+We have already seen the ``bin`` directory. It contains the startup
+script for the Zope instance (``bin/instance``) as well as the
+executable for the buildout system (``bin/buildout``) which can be
+used to re-build the Zope instance and possibly update the Grok and
+Zope packages.
 
+The ``parts`` directory contains configuration and data created by
+``buildout``, such as the Zope object database (ZODB) instance.
+
 The actual code of the project will all be inside the ``src``
 directory. In it is a Python package directory called ``sample`` with
 the ``app.py`` file that grokproject said it would create. Let's look



More information about the Checkins mailing list