Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 724 Bytes

README.rst

File metadata and controls

48 lines (27 loc) · 724 Bytes

plone-dev.cfg-files

Some cfg version files for developent whit a standard 4.3.x Plone-buildout.

$ git clone https://github.com/imatem/plone-dev.cfg-files.git SOME_PROJECT
$ cd SOME_PROJECT

setup a virtual enviroment with pyenv

pyenv virtualenv 2.7.18 plone4
pyenv local plone4

install buildout and setuptools

pip install -r requirements.txt

build Plone

buildout

Build Plone

$ virtualenv-2.7 --no-setuptools .
$ ./bin/pip install -r requirements.txt
$ ./bin/buildout