Installing NudgeNudge ===================== Note that this currently only works on Unix (Linux, Mac, ...) systems: 1. Check out the project area from SVN:: $ svn co http://codespeak.net/svn/z3/NudgeNudge/trunk NudgeNudge 2. Use an existing buildout to bootstrap the buildout in order to obtain the ``buildout`` script:: $ .../path/to/sandbox/bin/buildout bootstrap 3. Run the buildout to install required packages (grok, Deliverance, PasteDeploy, etc.) and create the necessary start scripts:: $ bin/buildout ...lots of output here... 4. We are now able start up Zope using the following command:: $ bin/paster serve nudge.ini Then we can create a NudgeNudge application object by pointing our webbrowser to http://localhost:8080/notheme. Let's call it "nudge". Then you can looked at the themed application at http://localhost:8080/nudge.