Introduction ============ This recipe creates an ERP5 site and installs business templates. Example ======= You can use it with a part like this:: [createsite] recipe = erp5.recipe.createsite portal_id = erp5 control-script = ${erp5_instance:control-script} user = admin:admin bt5-path = ${download_bt5:location} ${other_download_bt5:location} bt5 = erp5_base erp5_pdm erp5_trade Options ======= portal_id The ID of the portal control-script Name of the control script, exported by a part using erp5.recipe.zope2instance user User to create, in user:password format bt5-path Path where to search for business templates bt5 List of business templates to install