Giter Club home page Giter Club logo

eea.docker.plonesaas's Introduction

Plone 5 with RelStorage, RestAPI, Memcached, Graylog, Sentry and more support

Build Status Pipeline Status Release

Plone 5 with built-in support for:

  • RelStorage
  • RestAPI
  • Memcached
  • Graylog
  • Sentry
  • Faceted Navigation
  • Faceted Inheritance
  • Image Cropping

This image is generic, thus you can obviously re-use it within your own projects.

Supported tags and respective Dockerfile links

Base docker image

Source code

Simple Usage

$ docker-compose up -d

Now, ask for http://localhost/ in your workstation web browser and add a Plone site (default credentials admin:admin).

See docker-compose.yml for more details and more about Plone at plone

Extending this image

For this you'll have to provide the following custom files:

  • site.cfg
  • Dockerfile

Below is an example of site.cfg and Dockerfile to build a custom version of Plone with some add-ons based on this image:

site.cfg:

[buildout]
extends = buildout.cfg

[configuration]
eggs +=
  collective.elasticsearch
  collective.taxonomy

[versions]
collective.elasticsearch = 3.0.2
collective.taxonomy = 1.5.1

Dockerfile:

FROM eeacms/plonesaas

COPY site.cfg /plone/instance/
RUN gosu plone buildout -c site.cfg

and then run

$ docker build -t plone-rocks .

Supported environment variables

See eeacms/plone supported environment variables

eea.docker.plonesaas's People

Contributors

eea-jenkins avatar avoinea avatar valentinab25 avatar petchesi-iulian avatar valipod avatar alecghica avatar ichim-david avatar tiberiuichim avatar razvanmiu avatar

Watchers

James Cloos 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.