[Checkins] SVN: grokproject/trunk/README.txt describe server startup modes

Michael Haubenwallner michael at d2m.at
Sat Oct 25 09:53:34 EDT 2008


Log message for revision 92549:
  describe server startup modes

Changed:
  U   grokproject/trunk/README.txt

-=-
Modified: grokproject/trunk/README.txt
===================================================================
--- grokproject/trunk/README.txt	2008-10-25 09:28:59 UTC (rev 92548)
+++ grokproject/trunk/README.txt	2008-10-25 13:53:32 UTC (rev 92549)
@@ -23,6 +23,11 @@
   $ cd MammothHerd
   $ bin/paster serve etc/deploy.ini
   
+There is also an Ajax enabled debugger 
+(point your browser to http://localhost:8080/@@login.html when using this)::
+
+  $ bin/paster serve etc/debug.ini
+  
 Start/stop it in daemon mode::
 
   $ bin/mammothherd-ctl start
@@ -36,7 +41,7 @@
 paster template.  So instead of running the ``grokproject`` command,
 you can also run::
 
-  $ bin/paster create -t grok MammotHerd
+  $ paster create -t grok MammotHerd
 
 To create a project with the previous ``zopectl`` layout run the ``grokproject`` 
 script like::



More information about the Checkins mailing list