Posts Tagged ‘devel’

Plone Tutorial – dev buildout

Posted By: Vilmos Somogyi

0. Make sure that you've set up a virtual environment (virtualenv --no-site-packages ./) and source bin/activate 1. Create base.cfg and devel.cfg For now we had only buildout.cfg, but now we are replacing it with the two new files. Look at your buildout.cfg, and ...