[Checkins] SVN: grokproject/trunk/README.txt remove references to zdaemon way of starting paster serve.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Mon Apr 19 05:24:57 EDT 2010


Log message for revision 111064:
  remove references to zdaemon way of starting paster serve.
  

Changed:
  U   grokproject/trunk/README.txt

-=-
Modified: grokproject/trunk/README.txt
===================================================================
--- grokproject/trunk/README.txt	2010-04-19 08:57:49 UTC (rev 111063)
+++ grokproject/trunk/README.txt	2010-04-19 09:24:57 UTC (rev 111064)
@@ -28,16 +28,15 @@
   $ cd MammothHerd
   $ bin/paster serve parts/etc/deploy.ini
   
+Start/stop it in daemon mode::
+
+  $ bin/paster serve parts/etc/deploy.ini --daemon
+  
 There is also an Ajax enabled debugger 
 (point your browser to http://localhost:8080/@@login.html when using this)::
 
   $ bin/paster serve parts/etc/debug.ini
   
-Start/stop it in daemon mode::
-
-  $ bin/mammothherd-ctl start
-  $ bin/mammothherd-ctl stop
-  
 Start the debugger::
 
   $ bin/mammothherd-debug
@@ -48,15 +47,6 @@
 
   $ paster create -t grok MammotHerd
 
-To create a project with the previous ``zopectl`` layout run the ``grokproject`` 
-script like::
-
-  $ grokproject --zopectl MammothHerd
-
-or::
-
-  $ paster create -t grok MammothHerd zopectl=True
-
 All configuration files used for running Grok can be found in the
 ``parts/etc/`` directory of your project. These configuration files
 are generated automatically from the templates in ``etc/`` on each



More information about the checkins mailing list