[z3-checkins] r41785 - z3/NudgeNudge/trunk

philikon at codespeak.net philikon at codespeak.net
Mon Apr 2 01:14:22 CEST 2007


Author: philikon
Date: Mon Apr  2 01:14:20 2007
New Revision: 41785

Modified:
   z3/NudgeNudge/trunk/INSTALL.txt
Log:
Update installation docs


Modified: z3/NudgeNudge/trunk/INSTALL.txt
==============================================================================
--- z3/NudgeNudge/trunk/INSTALL.txt	(original)
+++ z3/NudgeNudge/trunk/INSTALL.txt	Mon Apr  2 01:14:20 2007
@@ -17,30 +17,28 @@
    $ python2.4 bootstrap/bootstrap.py
 
 4. Run the buildout to install required packages (grok, deliverance,
-   paste.deploy, zope.paste, etc.) and create the Zope 3 instance
-   automatically::
+   paste.deploy, zope.paste, etc.) and create the Zope 3 configuration
+   for NudgeNudge automatically::
 
    $ bin/buildout
    ...lots of output here...
 
-5. Start Zope::
+5. We are now able start up Zope using the following command::
 
    $ parts/instance/bin/runzope
 
-  You will now be able to create a NudgeNudge application object by
-  pointing your webbrowser to http://localhost:8080.
+   Then we can create a NudgeNudge application object by pointing our
+   webbrowser to http://localhost:8080.  Let's call it "nudge".
 
-6. To switch on the theming middleware, edit ``parts/etc/zope.conf``
-   and add the following server definition::
-
-   <server>
-     type Paste.Main
-     address 8081
-   </server>
-
-   You'll have to restart Zope after this change. You'll then be able
-   to access the unthemed application on port 8080 like before and the
-   themed one on port 8081.
+6. To run the NudgeNudge application using the PasteDeploy stack and
+   therefore themed using Deliverance, start the server using the
+   following command::
+
+   $ bin/paster serve nudge.ini
+
+   You'll then be able to access the themed application at
+   http://localhost:8080/nudge and unthemed at
+   http://localhost:8080/notheme/nudge.
 
    Note that the Deliverance middleware requires lxml to do the
    theming which is known to have problems on certain platforms,


More information about the z3-checkins mailing list