JBoss.orgCommunity Documentation

Profiles of eXo Platform

eXo Platform comes with different runtime profiles, enabling you to customize which modules you want to enable/disable in each eXo Platform instance.

The following profiles are supported:

Profile Description
collaboration Enable the Collaboration module.
knowledge Enable the Knowledge module.
social Enable the Social module.
workflow Enable the Workflow add-ons within the Content module.
webos Enable the eXo WebOS module.

Additionally, you can use these composite profiles:

Profile Description
minimal Contains GateIn + Content.
default Contains all modules except workflow and webos (GateIn, eXo IDE, Collaboration, Social, Knowledge).
all All available modules.

For example:

./start_eXo.sh default,workflow
./start_eXo.sh collaboration,knowledge
./start_eXo.sh minimal,social

For the developer mode

./start_eXo.sh -debug [profiles]
.\start_eXo.bat -debug [profiles]