You'll find a list of prerequisites in the GitHub project documentation.
Note that the VERSIONS.md file in GitHub lists the supported versions.
Here, you can review the requirements for your chosen deployment method.
To deploy Alfresco Content Services using Helm charts, you need to install the following software:
- AWS CLI - the command line interface for Amazon Web Services.
- Kubectl - the command line tool for Kubernetes.
- Helm - the tool for installing and managing Kubernetes applications.
- There are Helm charts that allow you to deploy Alfresco Content Services in a Kubernetes cluster, for example, on AWS.
See Deploying Alfresco Content Services Helm charts to AWS EKS for more.
To install Alfresco Content Services using the distribution zip, make sure that the required software is available on your system:
- Java
- Application server: Apache Tomcat
- Database: PostgreSQL or MySQL
- Message broker: ActiveMQ
- LibreOffice
- ImageMagick
For a list of supported components and versions, refer to the VERSIONS.md file in the distribution zip.
See Installing using distribution zip for more.
OpenJDK 11 is recommended.
- Docker (latest stable version)
- This allows you to run Docker images and docker-compose on a single computer.
- Docker Compose
- Docker Compose is included as part of some Docker installers. If it's not part of your installation, then install it separately after you've installed Docker.
See Deploying using Docker Compose for more.