From c3ae5760e85704a83396af8273cc5e178f7c0006 Mon Sep 17 00:00:00 2001 From: Michael Wallach Date: Thu, 4 Jun 2020 09:34:23 -0400 Subject: [PATCH] modified to reference extensions directory --- docs/advanced-topics/amps.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/advanced-topics/amps.md b/docs/advanced-topics/amps.md index 521042c7..5cdd3b1c 100644 --- a/docs/advanced-topics/amps.md +++ b/docs/advanced-topics/amps.md @@ -171,7 +171,10 @@ Here is an example of how to install Florian Maul's Javascript Console. Another option for installing 3rd party AMPs to the projects is to have the amps local to the project. In this approach the amp file, the amp local to the project will be copied and applied from the Docker file. To use local amp you need to: 1. Modify the -platform-docker/pom.xml - 2. Copy the amp file into -platform-docker/src/main/docker + 2. Create directory: -platform-docker/src/main/docker/extensions + 3. Copy the amp file into -platform-docker/src/main/docker/extensions + +The project Dockerfile contains directives to apply amp to Alfresco image in the build element of ./workshop-sdk4-platform-docker/pom.xml,