Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 297 Bytes

DEVELOP.rst

File metadata and controls

18 lines (10 loc) · 297 Bytes

Using the development buildout

Create a virtualenv in the package:

$ virtualenv --clear .

Install requirements with pip:

$ ./bin/pip install -r requirements.txt

Run buildout:

$ ./bin/buildout

Start Plone in foreground:

$ ./bin/instance fg