https://github.com/jeremie-lesage/alfresco-docker-cloud
Main Project of the Alfresco Docker Cloud Project.
https://github.com/jeremie-lesage/alfresco-docker-cloud
alfresco docker docker-compose
Last synced: about 1 year ago
JSON representation
Main Project of the Alfresco Docker Cloud Project.
- Host: GitHub
- URL: https://github.com/jeremie-lesage/alfresco-docker-cloud
- Owner: jeremie-lesage
- Created: 2017-05-10T22:00:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-22T14:21:29.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T12:54:33.420Z (about 1 year ago)
- Topics: alfresco, docker, docker-compose
- Homepage: https://jeci.fr/projets/alfresco-docker-cloud.html
- Size: 3.91 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alfresco Docker Cloud
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.
-
-
-
-
The corresponding docker images are automatically created by Docker Cloud :
- [jeci/alfresco-platform](https://hub.docker.com/r/jeci/alfresco-platform/)
- [jeci/alfresco-share](https://hub.docker.com/r/jeci/alfresco-share/)
- [jeci/alfresco-solr](https://hub.docker.com/r/jeci/alfresco-solr/)
- [jeci/alfresco-libreoffice](https://hub.docker.com/r/jeci/alfresco-libreoffice/)
## Release
- Alfresco Community Edition [201707 GA Release](https://community.alfresco.com/docs/DOC-7034-alfresco-community-edition-201704-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
## Quick Start (Ubuntu)
*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.
## Documentation
* Partial documentation is currently available on my own website : http://jeci.fr/projets/alfresco-docker-cloud.html
* Report issues in [github project](https://github.com/jeci-sarl/alfresco-docker-cloud/issues)
## Requirements
With default configuration you need at least 2GB of RAM and 2 CPU.
## Alternatives
Other Docker Alfresco projects :
* https://github.com/DrWolf-OSS/docker-alfresco
* https://github.com/disaster37/rancher-alfresco
## Ressources
* https://github.com/Alfresco/on-docker