|
Project Information
Featured
Downloads
Links
|
Zope2.ZodbBrowser is a web application to browse, inspect and introspect Zope's zodb objects. Watch
FeaturesZodbBrowser let's you browse the whole ZODB content tree and for every object you can get:
Try and usezope2.zodbbrowser requires:
On your buildoutIf you already have a buildout for Zope2.13 or Plone4 running, edit buildout.cfg to add zope2.zodbbrowser to eggs and zcml sections at buildout and instance parts respectively. [buildout] ... eggs = zope2.zodbbrowser ... [instance] ... zcml = zope2.zodbbrowser Then run bin/buildout to make the changes effective. Start the instance and then, from a browser open http://yourinstance-url:port/zodbbrowser Development Buildout Install$ svn co http://zodbbrowser.googlecode.com/svn/buildout/ zodbbrowser $ python2.6 bootstrap.py $ bin/buildout -v $ bin/instance fg Then open in your browser: http://localhost:8080/zodbbrowser Changelog0.2 experimental version
0.1 experimental version
Special Thanks
Related Projects
|