Skip to content

Instantly share code, notes, and snippets.

@JosefJezek
Last active April 23, 2019 15:07
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save JosefJezek/5502302 to your computer and use it in GitHub Desktop.
Save JosefJezek/5502302 to your computer and use it in GitHub Desktop.
Install & Setup eXo Platform

Install & Setup eXo Platform Gittip

Author: Josef Jezek

Install

Check Download page for latest version of eXo Platform and update VERSION

Ubuntu / Debian

sudo apt-get update
sudo apt-get install openjdk-7-jre-headless wget unzip zip mc -y

VERSION=4.0.0
wget http://downloads.sourceforge.net/project/exo/Platform4.0/eXo-Platform-community-$VERSION.zip
unzip eXo-Platform-community-$VERSION.zip
cd platform-community-$VERSION
./start_eXo.sh

CentOS / Red Hat

yum install java-1.7.0-openjdk wget unzip zip mc -y

VERSION=4.0.0
wget http://downloads.sourceforge.net/project/exo/Platform4.0/eXo-Platform-community-$VERSION.zip
unzip eXo-Platform-community-$VERSION.zip
cd platform-community-$VERSION
./start_eXo.sh

Check installed package

http://localhost:8080

Setup

eXo Platform Documentation

eXo JCR

LDAP

LDAP Integration

LDAP Configuration

Resources

Notes

TODO

@blu-IT
Copy link

blu-IT commented Jan 11, 2018

@ShalokShalom ...yes, seems that exo-platform supports only from now on Docker :-/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment