GithubHelp home page GithubHelp logo

mikelasla / alfresco Goto Github PK

View Code? Open in Web Editor NEW
21.0 11.0 14.0 16.81 MB

This project provides and Alfresco Community 201707GA Docker image along with a docker-comopse file

License: Apache License 2.0

alfresco's Introduction

Alfresco Community Edition 201707-GA docker image

This image runs Alfresco Community 201707-GA version.

Stack

  1. Apache Tomcat 7.0.86
  2. OpenJDK 1.8.0_171
  3. PostgreSQL 9.4
  4. Alfresco Platform 5.2.g (201707GA)
  5. Alfresco Share 5.2.f (201707GA)
  6. Solr 6 (alfresco-search-services-1.1.0)
  7. AOS Module 1.1.6
  8. Aikau 1.0.101.3 (SCM tag)
  9. LibreOffice 5.2
  10. ImageMagick 6.9.1-10

Images

This project produces Alfresco Community 201707GA repository image. It also provides a docker-compose.yml file to wire everything up.

 docker-compose ps
              Name                            Command              State           Ports         
-------------------------------------------------------------------------------------------------
alfrescostandalone_alfresco_1      catalina.sh run                 Up      0.0.0.0:8080->8080/tcp
alfrescostandalone_libreoffice_1   /opt/libreoffice/startoo.sh     Up      8100/tcp              
alfrescostandalone_postgres_1      docker-entrypoint.sh postgres   Up      5432/tcp              
alfrescostandalone_solr6_1         ./run.sh run                    Up      8983/tcp 

Use

Manual startup

You can skip the use of Docker Compose and start Alfresco with just docker run commands (not recomended)

$ docker run -d --network alfnet --name postgres -e POSTGRES_DB=alfresco -e POSTGRES_USER=alfresco -e POSTGRES_PASSWORD=alfresco postgres:9.4
$ docker run -d --network alfnet --name solr6 keensoft/alfresco-solr6:201707GA
$ docker run -d --network alfnet --name libreoffice keensoft/libreoffice:latest
$ docker run -it --network alfnet --name alfresco -p 8080:8080 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

The image also has the api-exlorer webapp, check this page for reference on new Alfresco 5.2 REST API

Alfresco 5.2 REST API Reference community DOC

Access

(admin/admin)

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

alfresco's People

Contributors

enzor avatar eromano avatar mikelasla avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alfresco's Issues

Extension points

Produce instructions to extend this image with custom modules (JAR & AMP) and custom config

catalina.properties

Why we don't just skip all jar :
tomcat.util.scan.DefaultJarScanner.jarsToSkip=*.jar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.