cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy custom action - Alfresco 7.4.0

djordjevuk
Champ in-the-making
Champ in-the-making

I have installed alfresco 7.4.0 with zip install and its working.

I have made some customization (custom action for folder rule) and I want to deploy that as jar in alfresco. Custom action has developed with docker.

How can I deploy that?

1 ACCEPTED ANSWER

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

Hope you have used alfresco sdk for customization.

Ex. Project name is demo then you can get repo jar from /demo-platform/target folder and share jar from /demo-share/target folder

You need to deploy repo jar to /module/platform and share jar to /module/share folder in alfresco.

View answer in original post

5 REPLIES 5

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

Hope you have used alfresco sdk for customization.

Ex. Project name is demo then you can get repo jar from /demo-platform/target folder and share jar from /demo-share/target folder

You need to deploy repo jar to /module/platform and share jar to /module/share folder in alfresco.

Thank you sanjaybandhniya.

I have successfully deployed the action with a jar file in /module/platform.

Hello. I am trying to deploy a custom Share action into AIO SDK.
I got the jar from <extensionprojectname>-share/target.
I am running Alfresco(7.x) instance using SDK(4.5).
I did not find the /module/share in the AIO SDK project folder.
Is there a path I can put the share extension jar/amp before build_start(getting into docker)?
I have also tried to put share extension jar/amp into <AIOSDKprojectname>-share/src/main/assembly/web, but it does not work.
Thanks.

Alfresco AIO SDK is developmen platform so you can not find module/* folder.

You can see module/* folder in alfresco serverinstallation. 

grathod
Champ in-the-making
Champ in-the-making

So if you are using SDK project

then example, your project name is demo then it will create  demo-platform

check there is some target similar to build_start

For windows :  run.bat build_start

For linux: ./run.sh build_start

You probably find more details here,   and other here

Thanks

Ghanshyam