-
Getting Started
last modified October 9, 2007 by jladage
There's a buildout available for easy setup of the development environment:
svn co https://svn.plone.org/svn/collective/eXtremeManagement/buildout/xm30/trunk xm30After you created your buildout you can control your instance with the following command:
cd xm30
python bootstrap.py
bin/buildout -v
bin/instance fg | start | stop