Code Monkey home page Code Monkey logo

exo-community's Introduction

eXo Platform Community Docker container

  • Ubuntu
  • Oracle JDK
  • eXo Platform Community edition
  • LibreOffice

How to

run the container

docker run -d -p 8080:8080 --name=exo exoplatform/exo-community:latest
  • watch container logs
docker logs --follow exo

install eXo Platform add-ons

(starting from 4.3 container version)

There is 2 ways to install add-ons in the container during the startup time:

  • provide a commas separated list of add-ons you want to install in a EXO_ADDONS_LIST environment variable to the container:
docker run -d -p 8080:8080 --name=exo -e EXO_ADDONS_LIST="exo-tasks:1.0.0,exo-answers" exoplatform/exo-community:latest
  • provide the list of add-ons you want to install in a file /etc/exo/addons-list.conf in the container:
docker run -d -p 8080:8080 --name=exo -v ~/addons-list.conf:/etc/exo/addons-list.conf:ro exoplatform/exo-community:latest

The format of the file is :

  • 1 add-on declaration per line
  • 1 add-on declaration is : ADDON_ID or ADDON_ID:VERSION
  • every line starting with a # character is treated as a comment and is ignored
  • every blank line is ignored
# Sample add-ons-list.conf file
exo-tasks:1.0.0
#exo-chat-community:1.2.0
exo-answers

list installed eXo Platform add-ons

In a running container execute the following command:

docker exec -ti exo /sbin/setuser exo /opt/exo/current/addon list --installed

customize some eXo Platform settings

As explained in eXo Platform documentation you can customize several aspects of eXo platform by settings environment variables.

You can just pass environment variables:

docker run -d -p 8080:8080 --name=exo -e EXO_JVM_SIZE_MAX="2g" exoplatform/exo-community:latest

You your own setenv-customize.sh file:

docker run -d -p 8080:8080 --name=exo -v ~/setenv-customize.sh:/opt/exo/current/bin/setenv-customize.sh:ro exoplatform/exo-community:latest

List of available versions

Image JDK eXo Platform Size
exoplatform/exo-community:latest 8 4.3.0 Community edition
exoplatform/exo-community:develop 8 4.3.0 Community edition
exoplatform/exo-community:4.3 8 4.3.0 Community edition
exoplatform/exo-community:4.2 7 4.2.0 Community edition
exoplatform/exo-community:4.1 7 4.1.0 Community edition

exo-community's People

Watchers

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