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