- Create a user on both Alfresco and Liferay.
- Make sure the user has read/write privileges on Alfresco's site/doc lib.
- Change the login to "screen name" on Liferay.
- Configure parameters in your portal-ext.properties file[1].
- Restart Liferay
- Go To Document Library and Media portlet in Liferay's control panel
- Add CMIS repository for Alfresco using AtomPub.
- Provide the atompub URL. Example: http://localhost:8888/alfresco/service/api/cmis
[1] portal-ext.properties
atom.servlet.hosts.allowed=
session.store.password=true
company.security.auth.type=screenName
|
|