Posted inUncategorized
Cómo instalar Alfresco Community en Linux (Ubuntu)
https://www.youtube.com/watch?v=85IRZk5i_5E Repos e Instalaciones sudo apt update sudo apt install git git clone https://github.com/Alfresco/acs-deployment.git curl -fsSL https://get.docker.com | sudo sh sudo systemctl enable --now docker cd acs-deployment/ cd docker-compose/ Corremos…