Alfresco SDK 4.1 AIO project deployment in production

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

Alfresco SDK 4.1 AIO project deployment in production

Hello Everyone!

I have developed extensions for alfresco platform and share using the SDK 4.1 AIO project. Please i will like to know how to deploy these extensions on production environments like AWS for use by end-users

Thanks in advance.

1 Reply
abhinavmishra14
Advanced

Re: Alfresco SDK 4.1 AIO project deployment in production

It depends how your PROD is setup. SDK4.x is based on Docker containers.

Look at these documents:

Enterprise version : https://github.com/Alfresco/acs-deployment/blob/master/README.md

Community version: https://github.com/Alfresco/acs-community-deployment/blob/master/README.md

https://docs.alfresco.com/6.2/concepts/master-deploy.html

If you have standlone deployment, you can use the process same as you may be using for previous versions.

-> Build overlayed war with cusomizations

-> Apply amps to the war files

-> Copy jar (if customization is with jar based approach) to $TOMCAT_ALFRESCO/modules/platform and $TOMCAT_ALFRESCO/modules/share

~Abhinav
(ACSCE, AWS SAA, Azure Admin)