The goal of this project is to provide a production-ready Alfresco system running in Docker.
This project includes 4 subprojects, one for each needed docker images to run Alfresco.
- https://github.com/jeci-sarl/docker-alfresco-platform/
- https://github.com/jeci-sarl/docker-alfresco-share/
- https://github.com/jeci-sarl/docker-alfresco-solr/
- https://github.com/jeci-sarl/docker-alfresco-libreoffice/
The corresponding docker images are automatically created by Docker Cloud :
- Alfresco Community Edition 201707 GA Release
This include :
- Alfresco Platform 5.2.g (with Alfresco Share Service)
- Alfresco Share 5.2.f
- Alfresco Solr 5.2.g
- LibreOffice 5.3.6
1. Install Docker and Docker-Compose
2. Running Alfresco
wget https://raw.githubusercontent.com/jeci-sarl/alfresco-docker-cloud/master/docker-compose.yml
docker-compose up -d
3. Play
Your server is now available : http://localhost:8080/share/ with login admin
/ admin
When you have finished, stop all with docker-compose down
command.
-
Partial documentation is currently available on my own website : http://jeci.fr/projets/alfresco-docker-cloud.html
-
Report issues in github project
With default configuration you need at least 2GB of RAM and 2 CPU.
Other Docker Alfresco projects :