Интеграция Drupal 7 с 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       

$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

person danielmwai    schedule 16.05.2013    source источник
comment
Возможно, вы захотите исправить форматирование, поскольку ваш вопрос очень трудно читать...   -  person Gagravarr    schedule 16.05.2013
comment
@Gagravarr надеюсь, что теперь это читабельно. Пожалуйста, помогите мне в приведенной выше проблеме.   -  person danielmwai    schedule 16.05.2013


Ответы (1)


локальный/cmis/браузер

как вы можете видеть приведенный выше URL-адрес, предполагается, что вы установили его в DOC_ROOT вашего apache.. если вы создали папку drupal в docroot... например

локальный_хост/drupal_folder

Тогда это не работает

Вам нужно установить URL-адрес браузера в настройках cmis

person Padmanabha Vn    schedule 03.07.2013