To install Rivet Logic's email content model in Alfresco, copy the following files from "\alfresco" to the "tomcat\shared\classes\alfresco\extension" folder (assuming a Tomcat deployment):
<!– The config below shows how to incorporate the example model–> <!– into the web client, for this to work you will need to –> <!– rename example-model-context.xml.sample to example-model-context.xml I did this –> <config evaluator="string-compare" condition="Content Wizards"> <content-types> <type name="my:sop" /> <type name="rle:email_message"/> </content-types> </config>