Reference Architecture for 23.x

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2024 05:41 AM
Hi,
Would like to check :-
1. is there any reference architecture for both community and enterprise editions for 23.x ?
2. Is session clustering available in community edition ?
Thanks.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 04:02 AM
There are a few useful GitHub projects where you can get or generate some reference architectures:
- Alfresco Docker Installer (for Community edition): https://github.com/Alfresco/alfresco-docker-installer
- Alfresco Enterprise Docker (for Enterprise edition): https://github.com/AlfrescoLabs/alfresco-enterprise-docker
- ACS Deployment (for Enterprise edition): https://github.com/Alfresco/acs-deployment
If you are using Docker Compose, the reference for 23.x Enterprise is inside the following file:
https://github.com/Alfresco/acs-deployment/blob/master/docker-compose/docker-compose.yml
Remember that probably you don't need to deploy all the services provided by Alfresco and typically you have to customize a little bit the deployment descriptors (Docker files or k8s manifests) for your specific project.
Hope this helps
