Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 336 Bytes

DEVELOP.rst

File metadata and controls

24 lines (13 loc) · 336 Bytes

Using the development buildout

Create a virtualenv in the package:

$ virtualenv --clear .

Install zc.buildout with pip:

$ ./bin/pip install zc.buildout

Run buildout:

$ ./bin/buildout

Start Plone in foreground:

$ ./bin/instance fg

Running tests

$ ./bin/test