cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating with drupal

hdalang
Champ in-the-making
Champ in-the-making
Hi,,

I'm trying to integrate alfresco with drupal, I have configured the file (settings.php) as follows:

$conf['cmis_repositories'] = array(
  'default' => array(
    'user' => 'admin',
    'password' => 'admin',
    'label' => 'local cmis repo',
    'url' => 'http://localhost:8085/alfresco/api/-default-/public/cmis/versions/1.0/atom',
  )
);



Then I did install the CMIS API into drupal and I enabled the service, and I have create it under Artical in drupal, I saw the following screen when I press on CMIS Repository:
http://snag.gy/KR5Hb.jpg
But when I press on the CMIS Information, it shows something like I'm guest, but it's retrieving some information as it's shown like below:
http://snag.gy/mqdqG.jpg

I want to know what's missing in my code.

Regards,,
Hisham
1 REPLY 1

hdalang
Champ in-the-making
Champ in-the-making
Can someone tell me how to integrate with drupal, I need to know how?