Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 697 Bytes

README.rst

File metadata and controls

35 lines (21 loc) · 697 Bytes

Introduction

This does what you think: applies Twitter Bootstrap styles to Zope2.

Installation

Do this:

$ virtualenv .
$ bin/pip install zc.buildout
$ bin/buildout init

Edit buildout.cfg to include:

[buildout]
extends = http://pythonpackages.com/buildout/zope2/2.13.x-dev

[zope2]
eggs += zope2_bootstrap
zcml += zope2_bootstrap

Run buildout and start Zope2:

$ bin/buildout
$ bin/zope2 fg

Enjoy Bootstrap goodness. It's not great, but it's better.

image