Image de la bannière : Alfresco Docker Cloud

Alfresco Docker Cloud

post thumb
Alfresco
by Jérémie Lesage/ on 16 May 2017

Alfresco Docker Cloud

Looks like we have a fully functional Alfresco stack running on Docker. I solved some littles bugs, so now let’s play with Docker Compose, with this two commands you will start last Alfresco 5.2 Community with Postgres 9.4 and LibreOffice 5.2.7!

wget https://raw.githubusercontent.com/jeremie-lesage/alfresco-docker-cloud/master/docker-compose.yml

docker-compose up -d
    Creating alfrescodockercloud_postgresql_1
    Creating alfrescodockercloud_libreoffice_1
    Creating alfrescodockercloud_alfresco_1
    Creating alfrescodockercloud_solr_1
    Creating alfrescodockercloud_share_1

Your server is now available : http://localhost:8080/share/ with login admin / admin

when you have finished, stop all with docker-compose down command.