initial share extension framework
This commit is contained in:
parent
ff5442c869
commit
893f9cf7a8
7
alfresco-share/docker/Dockerfile
Normal file
7
alfresco-share/docker/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM alfresco/alfresco-share:latest
|
||||
|
||||
ARG TOMCAT_DIR=/usr/local/tomcat
|
||||
|
||||
COPY *.amp ${TOMCAT_DIR}/amps_share
|
||||
|
||||
RUN java -jar ${TOMCAT_DIR}/alfresco-mmt/alfresco-mmt*.jar install ${TOMCAT_DIR}/amps_share ${TOMCAT_DIR}/webapps/share -nobackup -directory
|
3
alfresco-share/docker/README.md
Normal file
3
alfresco-share/docker/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Usage
|
||||
|
||||
Download all AMP files needed into this directory. All of them will be copied into a new Docker image and installed into the Alfresco Share web application.
|
3
alfresco-share/modules/README.md
Normal file
3
alfresco-share/modules/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
## Usage
|
||||
|
||||
Download all JAR module files needed into this directory. All of them will be dynamically loaded into the Docker container and loaded into the Alfresco Share web application.
|
@ -16,9 +16,12 @@ services:
|
||||
- activemq
|
||||
|
||||
share:
|
||||
image: alfresco/alfresco-share:latest
|
||||
build: ./alfresco-share/docker
|
||||
image: local/alfresco-share:latest
|
||||
environment:
|
||||
REPO_HOST: "platform"
|
||||
volumes:
|
||||
- "./alfresco-share/modules:/usr/local/tomcat/modules/share:ro"
|
||||
|
||||
postgres-acs:
|
||||
image: postgres:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user