[Checkins] SVN: Sandbox/philikon/zopeproject/trunk/README.txt Mention zopectl-like script

Philipp von Weitershausen philikon at philikon.de
Sun Sep 16 11:01:20 EDT 2007


Log message for revision 79693:
  Mention zopectl-like script
  

Changed:
  U   Sandbox/philikon/zopeproject/trunk/README.txt

-=-
Modified: Sandbox/philikon/zopeproject/trunk/README.txt
===================================================================
--- Sandbox/philikon/zopeproject/trunk/README.txt	2007-09-16 14:23:37 UTC (rev 79692)
+++ Sandbox/philikon/zopeproject/trunk/README.txt	2007-09-16 15:01:20 UTC (rev 79693)
@@ -37,11 +37,16 @@
   $ cd MyZopeProj
   $ bin/paster serve deploy.ini
 
-After starting the application with ``paster``, you should now be able
-to go to http://localhost:8080 and see the default start screen of
-Zope.  You will also be able to log in with the administrator user
-account that you specified earlier.
+You may also use the ``myzopeproj-ctl`` script which works much like
+the ``zopectl`` script from Zope instances::
 
+  $ bin/myzopeproj-ctl foreground
+
+After starting the application, you should now be able to go to
+http://localhost:8080 and see the default start screen of Zope.  You
+will also be able to log in with the administrator user account that
+you specified earlier.
+
 Notes for Windows users
 -----------------------
 



More information about the Checkins mailing list