Git Product home page Git Product logo

docker-alfresco-dev's Introduction

docker-alfresco-dev

This repository contains scripts and configuration for spinning up Docker containers that can be used for Alfresco development.

Say you want to work with Alfresco 5.2f, you would run the following:

> # State which version of Alfresco to use
> source ./5.2f.sh
> # Build an appropriate Docker image
> ./build.sh
> # Spin up a container from the image
> ./run.sh

If you'd prefer to work in the image interactively, use the following instead of the raw run.sh command.

> ./run.sh bash
docker> # Inside the container we need to start Alfresco
docker> /host/scripts/start.sh

TODO

  • Use something like confd to provide a convenient way of updating configuration files such as alfresco-global.properties and solrcore.properties.

  • Figure out how to allow users to inject a license

  • Create an init script that does not daemonize Tomcat

  • Init script should be able to apply amps

  • Ideally allow specification of options such as adding CORS JAR, and API Explorer. Currently user would have to comment these out in the Dockerfile.template if they needed to remove them.

  • Work on a way to cache the Alfresco installs outside of docker for faster image building. The Docker team is discussing adding a --mount option to docker build that should make this work.

docker-alfresco-dev's People

Contributors

binduwavell avatar

Watchers

James Cloos avatar Jon Solove avatar

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.