Tag Archives: alfresco

Alfresco: Configure various features

Audits 1. Open <ALFRESCO_HOME>/tomcat/shared/classes/alfresco-global.properties & add the following – ### Audits ### audit.enabled=true audit.alfresco-access.enabled=true audit.alfresco-access.sub-actions.enabled=true audit.filter.alfresco-access.default.enabled=true audit.filter.alfresco-access.transaction.user=~null;.* audit.filter.alfresco-access.transaction.type=cm:folder;cm:content;st:site audit.filter.alfresco-access.transaction.path=~/sys:archivedItem;~/ver:;.* 2. Download audit-dashlet-0.43.jar wget http://share-extras.googlecode.com/files/audit-dashlet-0.43.jar 3. Copy audit-dashlet-0.43.jar into <ALFRESCO_HOME>/tomcat/shared/lib folder 4. Login as admin and add the audit dashlet on the dashboard. … Continue reading

Posted in Technical | Tagged , , , , , , , | Leave a comment

Alfresco – Using MySQL instead of PostgreSQL

Alfresco is a Free/Libre enterprise content management system for Microsoft Windows and Unix-like operating systems. It comes in 2 flavors – Community & Enterprise.Alfresco uses PostgreSQL by default. But most of the developers, including me, are well-versed with MySQL. Even after reading … Continue reading

Posted in Technical | Tagged , , , , , , | Leave a comment