Projet

General

Profil

Sources

Checkout project

Sources are available under LGPL licence with mercurial:

hg clone https://becpg.fr/hg/becpg-community

user: read-only
password : read-only

Refer to README

Build project

You should use Apache Maven version 3 or more to build project.
Maven can be found at https://maven.apache.org/

You also need docker https://www.docker.com/

First install becpg-tools and becpg-report

hg clone https://becpg.fr/hg/becpg-tools
cd becpg-tools
mvn clean install

hg clone https://becpg.fr/hg/becpg-report
cd becpg-report
mvn clean install

Then use run.sh to start docker with becpg-community

First you should use ./run.sh install (To build becpg-base docker image)
Then ./run.sh build_start

cd becpg
Usage: ./run.sh {install|build_start|build_test|start|stop|purge|tail|test|deploy_fast}

You can also generate alfresco AMP using:

$> mvn clean package -DskipTests=true

Projects can be found in target dirs.

Contribute

If you want to contribute code or translations, here is a dedicated page

You can also send us patch or feedback using forge tools like forums or issues.
Thank you for your contributions !