Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 744 Bytes

TRUNK.rst

File metadata and controls

24 lines (13 loc) · 744 Bytes

Running Trunk ZopeSkel

To execute ZopeSkel source code checkout ZopeSkel. In this folder run:

PYTHONPATH=. python -c "from zopeskel import zopeskel_script ; zopeskel_script.run()"

Test plone4_buildout

  • Clears previous leftovers
  • Runs clean plone4_buildout
  • Run in ZopeSkel checkout folder

(hit enter to questions):

rm -rf plone4testfolder ; python -c "import sys ; sys.path.append('.') ; from zopeskel import zopeskel_script ; zopeskel_script.run()"  plone4_buildout plone4testfolder  ; cd plone4testfolder ; python bootstrap.py ; bin/buildout -vvv ; cd ..

Note

Since buildout command takes a long time it is recommend to set-up a user buildout cache folder.