12-28-2023 02:41 AM
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?
12-28-2023 11:43 PM
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.
12-28-2023 11:43 PM
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.
01-04-2024 03:30 AM
Thank you sanjaybandhniya.
I have successfully deployed the action with a jar file in /module/platform.
01-05-2024 11:10 AM
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.
01-07-2024 10:52 PM
Alfresco AIO SDK is developmen platform so you can not find module/* folder.
You can see module/* folder in alfresco serverinstallation.
01-02-2024 05:29 AM
Explore our Alfresco products with the links below. Use labels to filter content by product module.