Sign inSign up

bindadotsystems/apache-openmeetings

By bindadotsystems

Updated almost 11 years ago

Apache openmeetings with jod/libreoffice enabled.

Image
5

9.5K

bindadotsystems/apache-openmeetings repository overview

To start the default image:

docker run -d -p 5080:5080 -p 1935:1935 -p 8088:8088 bindadotsystems/apache-openmeetings:latest

Advanced utilization - different css/theme per customer/installation:

preparing look and feel:

docker run -t -i -v /om/webapps/openmeetings/css -v /om/webapps/openmeetings/public/themes --name om_customer01 bindadotsystems/apache-openmeetings:latest /bin/bash

then edit css and themes as you please. Keep in mind that /opt/om_css holds main look and feel and /opt/om_theme holds mostly images (and main logo too)

to start the image for customer01:

docker run -d -p 5080:5080 -p 1935:1935 -p 8088:8088 --volumes-from=om_customer01 bindadotsystems/apache-openmeetings:latest

High performance option is enabled by default, if you want to use standard option with stdout and stderr run image with /om/red5.sh This image is based upon dramaturg/apache-openmeetings:latest

Tag summary

Content type

Image

Digest

sha256:03f815dd7

Size

838.1 MB

Last updated

almost 11 years ago

docker pull bindadotsystems/apache-openmeetings