Posts

Showing posts with the label Alfresco Community 6

Alfresco Content Model

Image
Alfresco Content models are defined in the Data Dictonary as meta-model. The meta-model consists of two main structures - Content Types and Content Aspect . Content Type is the fundamental Structure of a content item. It defines the composition of properties and behaviours of a content item. Much like in the object-oriented programming model where an object always has to be a defined class type, in Alfresco an item has to be a defined type also. Types are like types or classes in the object-oriented world. They can be used to model business objects, they have properties, and they can inherit from a parent type. “Content”, “Person”, and “Folder” are three important types defined out-of-the-box. There is a root content type defined in Alfresco, all other content types are created inheriting this root type - cm:content or {http://www.alfresco.org/model/content/1.0}content There are two parts in defining the name Namespace of the content type Name of the content type ...

Install Alfresco Content Service 6.0 on ubuntu 16 using distribution zip

Image
Download installation in a dir ‘ ALF_INSTALL_DIR’ Alfresco Content ServicesDistribution (alfresco-content-services-distribution-6.0.x.zip Alfresco Search ServicesDistribution (alfresco-search-services-1.3.x.zip) Alfresco File Transfer Receiver (Optional) apache-tomcat-8.5.28.tar.gz Extract installations Rename (optional) alfresco-content-services-community-distribution-6.0.7-ga to ‘acs’ Apache-tomcat-8.5.28 to ‘tomcat’ Move ‘tomcat’ folder to ‘ALF_INSTALL_DIR/acs’ folder Move ‘alfresco-search-services’ folder to ‘ALF_INSTALL_DIR/acs’ folder Create ‘amps_share’ directory under ‘ALF_INSTALL_DIR/acs’ Follow Steps 2 to 8 from here http://docs.alfresco.com/community/tasks/configfiles-change-path.html Move ‘conf’ directory from ‘ALF_INSTALL_DIR/acs/web-server/’ to ‘ALF_INSTALL_DIR/acs/tomcat’ Move ‘lib’ directory from ‘ALF_INSTALL_DIR/acs/web-server/’ to ‘ALF_INSTALL_DIR/acs/tomcat’ Move ‘shared’ directory from ‘ALF_INSTALL_DIR/acs/w...