Hello everyone! I'm trying to install alfresco using docker (acs-community-deployment) and since I never worked with docker before I have some troubles. First of all I didn't really get whether libreoffice is included or not. I can see libreoffice in the logs
alfresco_1 | 20-Sep-2018 06:40:44.218 INFO [OfficeProcessThread-0] org.artofsolving.jodconverter.office.OfficeProcess.start Using original OpenOffice command: [/opt/libreoffice5.4/program/soffice.bin, -accept=socket,host=127.0.0.1,port=8100;urp;, -env:UserInstallation=file:///usr/local/tomcat/temp/.jodconverter_socket_host-127.0.0.1_port-8100, -headless, -nocrashreport, -nodefault, -nofirststartwizard, -nolockcheck, -nologo, -norestore]
but when I try to open a document via web-interface I'm getting errors
Unable to open http://ce0f304915e8:8080/alfresco/aos/sites/swsdp/documentLibrary/test.doc (ce0f304915e8 is an alfresco-content-repository-community container id)
and there is no connection to server, unable to open the file
http://ce0f304915e8:8080/alfresco/aos/sites/swsdp/documentLibrary/test.doc
How can I make online editing work? Should it work from scratch with acs-community-deployment project or do I need to install alfresco/alfresco-libreoffice separetely?
Online editing has nothing to see with LibreOffice. You need to configure AOS module, which is not included in default Alfresco images.
Add something similar to these lines (the “Install AOS part”) to your Alfresco Docker customization:
Sorry for late reply.
Could you please give me a hint on how to customise Alfresco docker? A link maybe? I tried to read about docker, but so far I've only gotten confused. acs-community-deployment has a docker-compose.yml but not Dockerfile, so should I create one and declare it in docker-compose.yml? Or what?
You can use this project as starting point:
GitHub - keensoft/docker-alfresco: Docker Alfresco Compose ready to be used
There is also a wiki page with different configurations to be applied:
Home · keensoft/docker-alfresco Wiki · GitHub
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.