【问题标题】:Drupal 7 intergrating with alfrescoDrupal 7 与 alfresco 集成
【发布时间】:2016-02-16 09:32:44
【问题描述】:

在集成 drupal 和 alfresco 4.2 以及 cmis drupal 模块时遇到问题。

到目前为止,我所做的是 .

1.Have a drupal 7.22 installed and running have the cmis modules installed and alfresco running in port 8000.
  In the drupal settings.php i have this       

$conf['cmis_repositories'] = array('default' => array('user' => 'admin', 'password' => 'nais',

 'url' => 'http://localhost:8000/alfresco/service/cmis', ), );

   2. On the browser tis http://127.0.0.1:8000/alfresco/service/cmis this downloads a cmis.xml file 
      that also contains the url within the xml file. this -> http://127.0.0.1:8000/alfresco/service/cmis

   3.  Moving to  http://localhost/cmis/browser gives a 404 error 

   4   My drupal folder is called Tuna 

   5    Following the Readme.txt instruction to access the repository while both alfresco and drupal are
         running and the module  cmis is installed on the drupal by going to 

            http://localhost/cmis/browser  or 
            http://localhost/Tuna/cmis/browser gives a 404  error .


   6  how to i make it work   and view the repository using drupal ?

   7  how does the cmis view module work or does it work when the repository is able to viewed on the drupal part ?


  .Please guide me am yet to be pro on drupal  so a few guides and baby steps explanation would really help

【问题讨论】:

  • 你可能想修正你的格式,因为你的问题很难阅读......
  • @Gagravarr 希望它现在可读。请我在上面的问题中指导

标签: drupal-7 drupal-modules drupal-views alfresco cmis


【解决方案1】:

本地主机/cmis/浏览器

如您所见,上面的 url 假设您已经安装在 apache 的 DOC_ROOT 中。如果您在 docroot 中创建了 drupal 文件夹...例如

localhost/drupal_folder

那就不行了

您需要在 cmis 设置中设置浏览器 URL

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-02-20
    • 1970-01-01
    • 2016-05-26
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多