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

@mjthorn
Copy link

mjthorn commented Sep 12, 2015

Having huge problems installing this and "http://localhost:8080" doesn't work anymore.

@MaegnusTheBlackMage
Copy link

when i goto mysite:8080 all i get is a white screen

@Michael-AMA
Copy link

Michael-AMA commented May 7, 2016

I am unable to get this to work on a centos VPS, terminal states that server stated but trying to go to servers ip:8080 I get a connection timed out error. I was able to get it running on an Ubuntu VPS but performance was crazy slow even with 8GBs RAM and 4CPUs.

UPDATE:
Got the connection timed out error figured out. The VPS image of CentOS came with an internal firewall (iptables). Just stopped the service by running "sudo /etc/init.d/iptables stop" and it connected no problem.

Still have the slowness problem, even on different VPS and OS.

@ShalokShalom
Copy link

The download page link leads to 403

@TEX-Team
Copy link

Was this ever solved?

Having huge problems installing this and "http://localhost:8080" doesn't work anymore.

@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