From 246ae7a138eb4e6c00df31f5ca1f555048e96cb6 Mon Sep 17 00:00:00 2001 From: Jose Luis Osorno Date: Wed, 23 Jan 2019 10:34:35 +0100 Subject: [PATCH] 526 - Documentation - Installing 3rd party AMPs Fix the documentation about installing 3rd party AMPs because they must be added as a dependency in the docker module and not in the jar module. --- docs/advanced-topics/amps.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/docs/advanced-topics/amps.md b/docs/advanced-topics/amps.md index ba10b959..be771ae3 100644 --- a/docs/advanced-topics/amps.md +++ b/docs/advanced-topics/amps.md @@ -154,17 +154,18 @@ install the packaged AMPs in ACS / Share. Installing 3rd party AMPs to the projects is pretty simple. The only requirement is adding the dependency to the project. The default configuration installs any AMPs set as a maven dependency in the corresponding Docker image. It is important to remember that ACS and Share are separated containers, so you'll need -to add the dependency in the corresponding module in case of an All-In-One project. +to add the dependency in the corresponding docker module in case of an All-In-One project. Here is an example of how to install Florian Maul's Javascript Console. ``` - + + 4.0.0 - sample-module-platform-jar - Alfresco Platform/Repository JAR Module - Platform/Repo JAR Module (to be included in the alfresco.war) - part of AIO - SDK 4.0 - + sample-module-platform-docker + Alfresco Platform/Repository Docker Module + Platform/Repo Docker Module to generate the final Docker image jar @@ -173,8 +174,16 @@ Here is an example of how to install Florian Maul's Javascript Console. 1.0-SNAPSHOT + + + - + + org.alfresco + sample-module-platform-jar + 1.0-SNAPSHOT + + de.fmaul