Mihai Csaki posted an interesting article on his blog: Running LogicalDOC with Docker
After creating a professional Docker image of LogicalDOC Community Mihai has composed an article that gives a brief introduction to Docker and describes the choices he made to “build” this according to the parameters of functionality and maintainability.
Docker is derived from linux containers, an operating-system-level method for running multiple isolated Linux systems (containers) on a control host using a single Linux kernel (https://en.wikipedia.org/wiki/LXC).
Docker uses LXC, and is a way to package and ship applications in containers. Once the application is packaged, it is very easy to run on every linux machine where Docker is installed (it runs on Windows and Mac also, but with virtualization, because Linux kernel is needed).
The goal of this project was to create a Docker image of LogicalDOC CE self-contained, running with MySQL database, where all external components were installed.
These components include: LibreOffice for producing the previews, ImageMagick and Ghostscript to the creation of thumbnails.
Another interesting topic discussed in this article is that of data persistence
The complete article is available on the personal blog of Mihai Csaky http://mcsaky.blogspot.it/2016/05/running-logicaldoc-with-docker.html
Alessandro Gasparini
Latest posts by Alessandro Gasparini (see all)
- HYBRID INNOVATION – NEW QUALITY AND STYLE - 07/28/2017
- The New Office and PDF Documents Viewer in LogicalDOC 7.6; Impressive! - 05/22/2017
- New Website Almost Ready!!!! - 03/27/2017
- LogicalDOC included in the Softpedia software database - 10/20/2016
- LogicalDOC Nominated for Best Document Management System! - 10/06/2016