01-31-2021 08:57 AM
Hi
I'm trying to install Alresco 6.2ga on Raspi4 8Gb, with ubuntu20.04 64bit
FIRST I tried a manual install.
Succeded easily installing Tomcat 9.041, Nginx 1.18, OpenJDK11, Postgres 12 on Rapi4.
BUT then the config of the various xml did take a lot of weeks without any result...
THEN I tried to use docker.
https://github.com/Alfresco/alfresco-docker-installer
https://hub.alfresco.com/t5/alfresco-content-services-blog/installing-alfresco-6-community-edition-i...
The docker-ce install was very easy on Raspi&Ubuntu20.04 !!; In a matter of minutes I was running
sudo docker-compose up --build --force-recreate
BUT.... getting to deploy the share container, the install stop like:
----------------------------------------------------------------------- ----------------------------------------------------------------------- ubuntu@ubuntu:~$ sudo docker-compose up --build --force-recreate Building with native build. Learn about native build in Compose here: https://docs.docker.com/go/compose-native-build/ Creating network "ubuntu_default" with the default driver Building share Sending build context to Docker daemon 1.628MB Step 1/10 : ARG SHARE_TAG Step 2/10 : FROM alfresco/alfresco-share:${SHARE_TAG} ---> 610344dcdf00 Step 3/10 : ARG TOMCAT_DIR=/usr/local/tomcat ---> Using cache ---> d711c4e25d38 Step 4/10 : ARG SERVER_NAME ---> Using cache ---> dfc1aee09ff2 Step 5/10 : USER root ---> Using cache ---> 8eced9415245 Step 6/10 : RUN mkdir -p $TOMCAT_DIR/amps ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested ---> Running in 626ae07a6fa3 standard_init_linux.go:219: exec user process caused: exec format error The command '/bin/sh -c mkdir -p $TOMCAT_DIR/amps' returned a non-zero code: 1 ERROR: Service 'share' failed to build ----------------------------------------------------------------------- -----------------------------------------------------------------------
the RAspi architecture (Arm64) is different from what the docker expects (amd64)
*** Open PROBLEMS (HELP needed !! 🙂
*** WHAT may HELP
Thanks in advance for any help !
Giuliano
01-31-2021 10:00 AM
02-01-2021 09:14 AM
Thanks for your kind reply,
Considering that I would like to keep the installation modification at bare minimum,
the modification to specific Alfresco Java Docker + Alfresco Tomcat Docker + Alfresco Active MQ Docker will be not trivial. And will brake compatibility.
I will try to fork Ansibile install for Alfresco, to try to make it compatible with Raspi4 8Gb with minimum changes.
https://hub.alfresco.com/t5/alfresco-content-services-blog/ansible-playbooks-for-alfresco-content-se...
https://github.com/jpotts/ansible-alfresco
I will keep informed on how it works... 🙂
May you share some more information ?
PDFRENDERER:
AFAIK the binary exist (is licensed) only for amd64. NOT arm64.
May it be suppressed from installation without any inconvenience ?
May the same functionality be provided by Imagemagik ?
How could/should I manage the config files to make the job done with ImageMagik instead of pdfRenderer ?
Explore our Alfresco products with the links below. Use labels to filter content by product module.