Drupal 7 intergrating with alfresco



我在集成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       

$参看[' cmis_repositories '] =数组("违约"=>数组("用户"=>"管理","密码"=>"仙女虫属",

 '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

localhost/cmis/browser

你可以看到上面的url,它是假设你已经安装在apache的DOC_ROOT ..如果你已经在根目录下创建了drupal文件夹…例如

localhost/drupal_folder

那么它不起作用

您需要在cmis设置

中设置浏览器URL

相关内容

  • 没有找到相关文章