I've installed Alfresco Content Services Community edition 2019 GA.
No errors appearing in the tomcat log files, seems to startup alfresco fine.
But if I open browser and try to navigate to localhost:8080/alfresco, or localhost:8080/share, nothing at all loads.
What's the best way to troubleshoot this?
Its possible that all the services did not started properly. Check whether you have assigned appropriate memory to the docker engine. Minimum 4 GB is required.
User this command to see if all the services are up:
docker-compose ps
It would result this kind of output if all the services are up and running:
Follow the instructions given here:
https://github.com/Alfresco/acs-community-deployment/blob/master/docs/docker-compose-deployment.md
Read this blog, it will also be helpful: https://community.alfresco.com/community/ecm/blog/2018/11/14/deploying-and-running-alfresco-content-...
I ran into same issues. However was able to overcome all of them.
For folks facing similar issues, I created an automated installation solution (http) here:
https://github.com/ajkr195/AlfrescoCommunityInstallation
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.