[z3-checkins] r47134 - z3/NudgeNudge/trunk
philikon at codespeak.net
philikon at codespeak.net
Wed Oct 3 22:32:17 CEST 2007
Author: philikon
Date: Wed Oct 3 22:32:17 2007
New Revision: 47134
Modified:
z3/NudgeNudge/trunk/INSTALL.txt
Log:
update installation instructions
Modified: z3/NudgeNudge/trunk/INSTALL.txt
==============================================================================
--- z3/NudgeNudge/trunk/INSTALL.txt (original)
+++ z3/NudgeNudge/trunk/INSTALL.txt Wed Oct 3 22:32:17 2007
@@ -7,39 +7,24 @@
$ svn co http://codespeak.net/svn/z3/NudgeNudge/trunk NudgeNudge
-2. Edit buildout.cfg to point to your Zope 3 installation::
+2. Use an existing buildout to bootstrap the buildout in order to
+ obtain the ``buildout`` script::
- [zope3]
- location = /path/to/Zope-3.3.x
+ $ .../path/to/sandbox/bin/buildout bootstrap
-3. Bootstrap zc.buildout to obtain the ``buildout`` script::
+3. Run the buildout to install required packages (grok, Deliverance,
+ PasteDeploy, etc.) and create the necessary start scripts::
- $ python2.4 bootstrap/bootstrap.py
+ $ bin/buildout
+ ...lots of output here...
-4. Run the buildout to install required packages (grok, deliverance,
- paste.deploy, zope.paste, etc.) and create the Zope 3 configuration
- for NudgeNudge automatically::
+4. We are now able start up Zope using the following command::
- $ bin/buildout
- ...lots of output here...
-
-5. We are now able start up Zope using the following command::
-
- $ parts/instance/bin/runzope
+ $ bin/paster serve nudge.ini
Then we can create a NudgeNudge application object by pointing our
- webbrowser to http://localhost:8080. Let's call it "nudge".
-
-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.
+ webbrowser to http://localhost:8080/notheme. Let's call it
+ "nudge".
- Note that the Deliverance middleware requires lxml to do the
- theming which is known to have problems on certain platforms,
- e.g. Mac OS X.
+ Then you can looked at the themed application at
+ http://localhost:8080/nudge.
More information about the z3-checkins
mailing list