k10ml
k10ml

Reputation: 116

apply share extension module Alfresco automatically(without explicitly selecting and applying)

After every deployment,I have to apply share extension modules explicitly in Alfresco share URL(http://localhost:8081/share/page/modules/deploy).Is there any way these modules get applied in order required(Soon after,as we deploy amps).

Upvotes: 0

Views: 213

Answers (1)

k10ml
k10ml

Reputation: 116

for enabling auto deployment

<autoDeploy>true</autoDeploy>

for maintaining order

<auto-deploy-index>2</auto-deploy-index>  

In the share module xml files,lower the number ,higher the priority

Upvotes: 4

Related Questions