Enabling Share Repository Document Library

cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling Share Repository Document Library

resplin
Intermediate
0 0 1,811

Obsolete Pages{{Obsolete}}

The official documentation is at: http://docs.alfresco.com



Alfresco Share
3.2r
3.3
The Enterprise Edition 3.2r release introduces the ability to access the full Alfresco repository from the Share user interface. The following describes how to enable the Repository link in the Share toolbar to access this functionality:



  1. Edit the tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml file.
    Note: You will need to rename the sample version from share-config-custom.xml.sample to share-config-custom.xml, if you have not already done so for your installation.
  2. Locate the Repository Library config section in the file, for example:

       <config evaluator='string-compare' condition='RepositoryLibrary' replace='true'>
          <visible>false</visible>
       ...

  3. In the <visible>false</visible> line, replace false with true.
  4. Save the file.
  5. Restart the Alfresco server.

You should now see a Repository link in the Share toolbar.