I have installed Alfresco 4.2c from the .bin installed in Ubuntu Server 12.04LTS
I've followed ecmarchitect.com "Working with custom content types" 2nd edition to create a new content type.
So I have created the following files:
All in /opt/alfresco-4.2.c/tomcat/webapps:
- /share/WEB-INF/classes/alfresco/web-extension/share-config-custom.xml
- /alfresco/WEB-INF/classes/alfresco/extension/mypro-model-context.xml
- /alfresco/WEB-INF/classes/alfresco/extension/model/apModel.xml
All created with just a very basic example like in the guide. Then I did "sudo service alfresco restart" and when I login to Share as Admin, I can't see my custom content types and aspects in the rules.
Also I can't create any custom content in the document libraries.
Is there anything else I need to do? How could I start to debug the reason?
share-config-custom.xmlsomewhere? Other than via the rules/aspects pages where else in the UI do you want your types and aspects to show up? - Will Abson