Deploy custom action - Alfresco 7.4.0

cancel
Showing results for 
Search instead for 
Did you mean: 
djordjevuk
Member II

Deploy custom action - Alfresco 7.4.0

Jump to solution

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 Solution

Accepted Solutions
sanjaybandhniya
Intermediate

Re: Deploy custom action - Alfresco 7.4.0

Jump to solution

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 solution in original post

5 Replies
sanjaybandhniya
Intermediate

Re: Deploy custom action - Alfresco 7.4.0

Jump to solution

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.

grathod
Member II

Re: Deploy custom action - Alfresco 7.4.0

Jump to solution

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

djordjevuk
Member II

Re: Deploy custom action - Alfresco 7.4.0

Jump to solution

Thank you sanjaybandhniya.

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

Upladder
Active Member II

Re: Deploy custom action - Alfresco 7.4.0

Jump to solution

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.

sanjaybandhniya
Intermediate

Re: Deploy custom action - Alfresco 7.4.0

Jump to solution

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

You can see module/* folder in alfresco serverinstallation.