David Edwards da032b2da0 Delete alternative solutions, Update aws variables
As we need to access to 2 s3 buckets,  and the release bucket needs to use the aws cli new variable names are used for the staging bucket aws credentials and the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY will be added to travis as environment variables for the scripts in the Company Release stage to use.
2020-03-03 14:56:45 +00:00
2020-03-02 15:22:54 +00:00
2019-11-25 11:51:31 +02:00
2018-04-05 10:57:11 +03:00

Alfresco Content Services Community Packaging

This project is producing packaging for Alfresco Content Services Repository.

The SNAPSHOT version of the artifacts is never published.

Contributing guide

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

This produces the docker images for alfresco-content-repository-community and the distribution zip for the entire Alfresco Content Services Community product

General

Build:

  • mvn clean install in the root of the project will build everything.

Docker Alfresco

On official releases, the image is published: https://hub.docker.com/r/alfresco/alfresco-content-repository-community/tags/

For testing locally:

  1. Go to docker-alfresco folder
  2. Run mvn clean install if you have not done so
  3. Build the docker image: docker build . --tag acr-community:6.0.tag
  4. Check that the image has been created locally with your desired name/tag: docker images

Docker-compose & Kubernetes

Use the deployment project if you want the sample docker-compose or helm: https://github.com/Alfresco/acs-community-deployment

Distribution zip

In this folder the distribution zip is build. It contains all the war files, libraries, certificates and settings files you need to deploy Alfresco Content Services Community on the supported application servers.

How to

Description
Packaging of Docker containers, war file and zip for Alfresco Content Services (Community)
Readme 83 MiB
Languages
Shell 75.6%
Java 13.4%
Dockerfile 6.7%
Batchfile 4.3%