Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save v-thomp4/10016082 to your computer and use it in GitHub Desktop.
Save v-thomp4/10016082 to your computer and use it in GitHub Desktop.

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

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