Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 298 Bytes

DEVELOP.rst

File metadata and controls

19 lines (10 loc) · 298 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