-------------------------
Done installing OpenPlans!
-------------------------

All software is installed under:

  <<deploydir>>

To run OpenPlans you first need to start zeo:

  <<zeo_instance>>/bin/zeoctl start

Then start the zope server, either in debug mode:

  <<zope_instance>>/bin/zopectl fg

Or as a full service zope instance that is daemonized:

  <<zope_instance>>/bin/zopectl start

You can also run the OpenPlans test suite by running:

  <<zope_instance>>/bin/zopectl test -s Products.OpenPlans 

You can login to ZMI using the following account at http://localhost:<<zope_port>>/manage_main:

  login: <<zope_user>>
  password: <<zope_password>>

Next, create a new openplans site: 

  http://localhost:<<zope_port>>/add-openplans.html
