[Checkins] SVN: bluebream/website/docs/v1.0/gettingstarted.rst expand slightly

Baiju M baiju.m.mail at gmail.com
Tue Jan 19 11:01:41 EST 2010


Log message for revision 108273:
  expand slightly
  

Changed:
  U   bluebream/website/docs/v1.0/gettingstarted.rst

-=-
Modified: bluebream/website/docs/v1.0/gettingstarted.rst
===================================================================
--- bluebream/website/docs/v1.0/gettingstarted.rst	2010-01-19 15:35:03 UTC (rev 108272)
+++ bluebream/website/docs/v1.0/gettingstarted.rst	2010-01-19 16:01:40 UTC (rev 108273)
@@ -171,16 +171,24 @@
 Building the application
 ------------------------
 
-The generated package include a buildout configuration file and
-``bootstrap.py``.  First you need to bootstrap the buildout itself::
+As mentioned earlier, the generated package is bundled with Buildout
+configuration and the Buildout bootstrap script (``bootstrap.py``).
+First you need to bootstrap the buildout itself::
 
   $ cd sampleproject
   $ python2.6 bootstrap.py
 
-After bootstrap, run the buildout::
+The bootstrap script will install ``zc.buildout`` and ``setuptools``
+package.  Also, it will create the basic directory structure.  Next
+step is building the application.  To build the application, run the
+buildout::
 
   $ ./bin/buildout
 
+The buildout script will download all dependencies and setup the
+environment to run your application.  The next section will show the
+basic usage.
+
 .. _started-basic-usage:
 
 Basic usage



More information about the checkins mailing list