Alfresco / alfresco-docker-installer

Generator to build Docker Compose templates to deploy Alfresco Community
Other
140 stars 57 forks source link

Smart Folders Enabled #159

Closed CPD-GrupoAnchieta closed 1 year ago

CPD-GrupoAnchieta commented 1 year ago

According alfresco docs to use the Smart Folders, its necessary to configurate something on alfresco-global.properties

https://docs.alfresco.com/content-services/latest/config/smart-folders/

In the config file in /shared/classes/alfresco-global.properties

add these line:

smart.folders.enabled=true

but i can't find it in anyone container or volume to configure. In ACS container the file exist but dont have lines on it.

aborroy commented 1 year ago

Add the setting to alfresco service configuration in JAVA_OPTS section as:

-Dsmart.folders.enabled=true

Modifying the alfresco-global.properties has been replaced by setting Java environment variables when using containers.