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?
Solved! Go 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.
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.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.