apt install git docker docker-compose maven mkdir myrepos cd myrepos # you need proxy for git,docker and wget ? # git config --global http.proxy http://myproxy:3128 # git config --global https.proxy http://myproxy:3128 # export https_proxy='myproxy:3128' # echo "HTTPS_PROXY=http://myproxy:3128" >>/etc/default/docker # echo "HTTP_PROXY=http://myproxy:3128" >>/etc/default/docker systemctl restart docker git clone https://github.com/Alfresco/acs-deployment.git cd acs-deployment-master/docker-compose wget https://borwinius.de/wiki/lib/exe/fetch.php?media=linux:alfresco:acs_dk-compose.tgz -O acs_dk-compose.tgz tar xvfz acs_dk-compose.tgz # im tgz sind javascript-,totp-,systemmessages-AMPs drin. # einmaliges Einsetzen des fqdn für SSl nötig sed -i -e 's|mysrv.my.dom.ain|meintollerServer.meineDomain.com|g' share/Dockerfile docker build share -t docker.io/alfresco/alfresco-share:23.4.1 -t docker.io/alfresco/alfresco-share-mytest:23.4.1 docker build repository -t alfresco/alfresco-content-repository-community:23.4.1 -t alfresco/acr-community-mytest:23.4.1