Alfresco SDK 4.1 AIO project deployment in production

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2020 12:47 PM
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.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2020 05:20 PM
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
(ACSCE, AWS SAA, Azure Admin)
