Friday, 10 November 2017

Integrating document and media portlet with cloud stores(Amazon,CMISStore,DBStore,..etc")

Integrating Document and Media Portlet with Cloud Stores

            In liferay by default they integrated some important cloud stores. To utilize those stores we need to enable it. By default that stores are disabled by commenting in "portal.properties" file.

For example here we used "CMIS Store"

"portal.properties"

  #dl.store.impl=com.liferay.portlet.documentlibrary.store.CMISStore //this line commented in portal.properties file

 # CMISStore
    #
    dl.store.cmis.credentials.username=none
    dl.store.cmis.credentials.password=none
    dl.store.cmis.repository.url=http://localhost:8080/alfresco/service/api/cmis
    dl.store.cmis.system.root.dir=Liferay Home

using hooks we can enable the coloud store(CMIS Store) by modify "portal.properties"  using hooks 


dl.store.impl=com.liferay.portlet.documentlibrary.store.CMISStore

    dl.store.cmis.credentials.username=xxxxxx(your username)
    dl.store.cmis.credentials.password=xxxx(your Password)
    dl.store.cmis.repository.url=http://localhost:8080/alfresco/service/api/cmis
    dl.store.cmis.system.root.dir=Liferay Home

TEST

I am Java Developer. I have 6 year Experiance in this field and like to post in blogging. So keep sharing and like my post

0 comments:

Post a Comment

 

Copyright @ 2017 Liferay Article.