/alfresco

Alfresco Standalone Community Dockerfile

Primary LanguageShellApache License 2.0Apache-2.0

Alfresco Community Edition 201702-GA docker image

This images runs a standalone Alfresco Community 201702-GA version

Stack

  1. Centos 7
  2. Apache Tomcat 7.0.69
  3. Oracle JDK 1.8.0.121
  4. PostgreSQL 9.4.4
  5. Alfresco Platform 5.2.f
  6. Alfresco Share 5.2.e
  7. Solr 4.10.3
  8. AOS Module 1.1.5
  9. Aikau 1.0.101.3 (SCM tag)
  10. LibreOffice 5.1.4.2 (Based on image from XCGD)
  11. ImageMagick 6.9.1-10

Use

Manual startup

$ docker run -d --name postgres -e POSTGRES_DB=alfresco -e POSTGRES_USER=alfresco -e POSTGRES_PASSWORD=alfresco postgres:9.4
$ docker run -d --name libreoffice xcgd/libreoffice
$ docker run -it --name alfresco -p 8080:8080 --link postgres:postgres --link libreoffice:libreoffice mikelasla/alfresco-standalone

docker-compose

$ git clone https://github.com/mikelasla/alfresco
$ docker-compose up

Addons included

  1. Alfresco JavaScript Console 0.6
  2. Support Tools 0.0.1.0-SNAPSHOT
  3. Version by name 1.2.0
  4. Share Site Creators 0.0.3
  5. Uploader Plus 1.5.1

Check this page for reference on new Alfresco 5.2 REST API

Alfresco 5.2 REST API Reference community DOC

Thanks to Gavin Cornwell for a great job documenting this new Alfresco functionality

Access

(admin/admin)

http://localhost:8080/share
http://localhost:8080/alfresco
http://localhost:8080/solr4
http://localhost:8080/api-explorer