GithubHelp home page GithubHelp logo

acs-community-full-packaging's Introduction

Full Community Packaging for Alfresco Content Services

This project contains the code for packaging the entire Alfresco Content Services product Community edition.

General

Build:

  • mvn clean install in the root of the project will build everything. Note: It is not easy to build the full installer locally (and impossible on Windows) so, most likely you don't want to create the installer locally. Comment out the installer in the root pom.xml in order to avoid building the installer locally.

Docker-compose

Build and start Alfresco Content Services Community using docker-compose, containing:

  1. Alfresco Repository for community, with:
    1.1. Alfresco Share Services amp
    1.2. Alfresco AOS amp
    1.3. Alfresco vti-bin war - that helps with AOS integration
    1.4. Alfresco Google Docs Repo amp
  2. Alfresco Share, with:
    2.1 Alfresco Google Docks Share amp
  3. A Postgres DB
  4. Alfresco Solr6

Instructions:

Prerequisite:

  • Docker installed locally
  • Access to docker-internal.alfresco.com and quay.io repositories - Platform Services team is working on getting the images in Docker Hub registry.

Steps

  1. Go to docker-compose folder
  2. Run docker-compose up
  3. Check that everything starts up with the browser: http://localhost:8082/alfresco and http://localhost:8080/share and http://localhost:8083/solr/

Notes:

  • Make sure the local machine has the ports (5432, 8080, 8082, 8083) set up in the docker-compose.yml file free.
  • The images used in the docker-compose.yml are images that are build in the 'docker-alfresco' and 'docker-share' subfolders of the project - see the relevant sections below
  • If you don't have access to the docker-internal.alfresco.com and quay.io images, or if you want custom data in your docker images, you can use the 'docker-alfresco' and 'docker-share' folders to customize and build your customized docker images that are used in the docker-compose project. Just make sure you use proper tags when you create the images and update the docker-compose.yml with these proper tags that you created.

Docker images

These images are used to build the images used by the docker-compose.yml project to bring up an ACS Community, similar to what the installer did/does.
The images are based on pure content services and share images done by the acs-packaging and share projects and adds the amps and settings necessary for running the images in a similar fashion to what the ACS deployment with the installer did/does.

Docker Alfresco

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

Docker Share

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

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 on the supported application servers.

Installer

In this folder the installer binaries are built for all the supported platforms.

acs-community-full-packaging's People

Contributors

abozianu avatar adragoi avatar aforascu avatar alandavis avatar alexandraleahu avatar alfresco-build avatar ancutam avatar codrinchirica avatar cristianturlica avatar davidcognite avatar dbilligmaier avatar eknidev avatar epurashu avatar gbroadbent avatar horjebogdan avatar jamalkm avatar jottley avatar killerboot avatar markrogersalfresco avatar michaelsuzukisagi avatar mihaicozma avatar pobreja avatar ramunteanu avatar rpopa avatar skopf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.