[Checkins] SVN: grok/trunk/doc/tutorial.txt Update tutorial according to changes to grokproject

Philipp von Weitershausen philikon at philikon.de
Fri Jul 13 05:14:09 EDT 2007


Log message for revision 77812:
  Update tutorial according to changes to grokproject
  

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

-=-
Modified: grok/trunk/doc/tutorial.txt
===================================================================
--- grok/trunk/doc/tutorial.txt	2007-07-13 09:12:29 UTC (rev 77811)
+++ grok/trunk/doc/tutorial.txt	2007-07-13 09:14:08 UTC (rev 77812)
@@ -178,7 +178,7 @@
 Zope instance that has been installed::
 
   $ cd Sample
-  $ bin/instance fg
+  $ bin/zopectl fg
 
 This will make Zope 3 available on port 8080, and you can log in with
 username ``grok`` and password ``grok``. Assuming you've started up
@@ -215,7 +215,7 @@
 
 Practice restarting Zope now, as you'll end up doing it a lot during
 this tutorial. It's just stopping Zope and starting it again:
-`CTRL-c`` and then ``bin/instance fg`` from your Sample
+`CTRL-c`` and then ``bin/zopectl fg`` from your Sample
 project directory.
 
 An empty Grok project
@@ -243,7 +243,7 @@
 more detail later in this tutorial. (XXX)
 
 We have already seen the ``bin`` directory. It contains the startup
-script for the Zope instance (``bin/instance``) as well as the
+script for the Zope instance (``bin/zopectl``) 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.
@@ -379,7 +379,7 @@
 template should have the same name as the class, but lowercased and
 with the ``.pt`` postfix.
 
-Restart Zope (``CTRL-C, then ``bin/instance fg``). You can now go to a
+Restart Zope (``CTRL-C, then ``bin/zopectl fg``). You can now go to a
 new web page called ``bye``:
 
   http://localhost:8080/test/bye



More information about the Checkins mailing list