Commit 2672e5ab authored by Łukasz Nowak's avatar Łukasz Nowak

- development-instance is not pulled automatically

 - fix development-site place


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36003 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2f1323ab
...@@ -111,9 +111,7 @@ $ ~/erp5.buildout/bin/python2.4 bootstrap/bootstrap.py -c my_instances.cfg ...@@ -111,9 +111,7 @@ $ ~/erp5.buildout/bin/python2.4 bootstrap/bootstrap.py -c my_instances.cfg
$ bin/buildout -c my_instances.cfg $ bin/buildout -c my_instances.cfg
$ var/bin/supervisord # it will start supervisor and configured software $ var/bin/supervisord # it will start supervisor and configured software
$ $EDITOR my_instances.cfg $ $EDITOR my_instances.cfg
# add "runUnitTest" to parts, the "development-instance" part will be pulled # add "runUnitTest" and "development-site"
# automatically as a dependency
$ bin/buildout -c my_instances.cfg $ bin/buildout -c my_instances.cfg
Fully configured development instance will be available in var/zope-instance. Fully configured development instance will be available in var/development-site.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment