acs-community-deployment icon indicating copy to clipboard operation
acs-community-deployment copied to clipboard

NOTE: This repository is now deprecated and archived as the https://github.com/Alfresco/acs-deployment repository is now the centralized place to find containerized deployment artefacts and documentat...

trafficstars

Alfresco Content Services Community Deployment

NOTE: This repository is now deprecated and archived as the https://github.com/Alfresco/acs-deployment repository is now the centralized place to find containerized deployment artefacts and documentation.

The Docker Compose deployment instructions can be found here and the Helm deployment instructions can be found here.


This project contains the code for starting the entire Alfresco Content Services (Community Edition) product with Docker or Kubernetes.

The master branch of this repository will endeavour to support the following deployments:

  • Docker Compose (latest): For development and trials
  • MiniKube (latest): For development and POCs
  • Helm - AWS Cloud with Kubernetes (latest): As a deployment template which can be used as the basis for your specific deployment needs

For the Enterprise project, go to acs-deployment. The only difference between these projects is:

  • In the Community chart, clustering is not supported, so only a single alfresco-content-repository-community node is started by default.

Contents of the deployment

Alfresco Content Services Community deployed via docker-compose or Kubernetes contains the following:

  1. Alfresco Repository for Community, with:
    • Alfresco Share Services AMP
    • Alfresco AOS AMP
    • Alfresco vti-bin war - helps with AOS integration
    • Alfresco Google Docs Repo AMP
  2. Alfresco Share, with:
    • Alfresco Google Docs Share AMP
  3. A Postgres DB
  4. Alfresco Search Services (Solr6)

Deployment options

  • Deploying with Helm charts on AWS
  • Deploying with Helm charts using Minikube
  • Deploying using Docker Compose

Use the steps in this project to customize your deployment:

  • Customizing your deployment

Contributing guide

Please use this guide to make a contribution to the project.

Other information