Alan Davis d813d72828 Revert all commits made since the 6.3.0-A5 tag, so that we can add the latest changes made for 6.2.1 enterprise.
Revert "GOOGLEDOCS-490: Cherry picked from develop - Updated pom.xml file to use 'Google Docs-3.2.0' instead of 'Google Docs-3.2.0-RC3'"

This reverts commit 80b9744ab0.
Revert "GOOGLEDOCS-497: Updated pom.xml file to use 'GoogleDrive 3.2.0-RC3' (cherry-picked from develop) "

This reverts commit 5a61d89af3.
Revert "GOOGLEDOCS-473-into-master: Cherry picked from master to update GoogleDrive version in pom.xml to 3.2.0-RC1"

This reverts commit 44c1063b8c.
Revert "GOOGLEDOCS-482: Updated googledocs reference in pom.xml to 3.2.0-A4 (#678)"

This reverts commit 435ffc31f5.
Revert "Updated the WhiteSource agent path (temporary solution)"

This reverts commit de3620cf82.
Revert "Fix develop branch usage instead of master"

This reverts commit f04fcb7df8.
Revert "Search-1979: Updated SOLR6_TAG to 1.4.1 for the tests (#510)"

This reverts commit 05af6c8b52.
Revert "GOOGLEDOCS-461 : Remove old commons-lang lib from Repo AMP dependencies (#528)"

This reverts commit 7159d25c83.
Revert "GOOGLEDOCS-463 : Release GoogleDocs 3.2.0-A2 (for 6.3.0-dev & next ACS Community release) (#540)"

This reverts commit 4763baf43a.
2020-05-12 17:52:38 +01: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

S
Description
Packaging of Docker containers, war file and zip for Alfresco Content Services (Community)
Readme
88 MiB
Languages
Java 90%
Shell 8.7%
Dockerfile 0.8%
Batchfile 0.5%