An open API service indexing awesome lists of open source software.

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.

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