liob / OXadminGUI

Fork of Open-Xchange Admin Gui (Peter's OX Server Admin GUI)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peter’s OX Server Admin GUI

This is a fork of Peter’s OX Server Admin GUI version 0.1.17 to fix an issue when utilized with grizzly 1.

The Netbeans project files are not included since I did not get it to compile. Instead I included a new build.xml.

Install

Download the latest release or compile from source.

tar -Pxzf psoxgui-{version_number}.tgz
chown -R open-xchange:open-xchange /opt/open-xchange/etc/psoxgui

You need to increase the com.openexchange.connector.maxRequestParameters value to at least 300 in /opt/open-xchange/etc/server.properties.

/etc/init.d/open-xchange restart

Login URL: https://FQDN/servlet/webserver/index.html

Deinstall

rm /opt/open-xchange/bundles/at.sciencesoft.oxadmingui.jar
rm /opt/open-xchange/lib/freemarker.jar
rm -r /opt/open-xchange/etc/psoxgui/
rm /opt/open-xchange/osgi/bundle.d/at.sciencesoft.oxadmingui.ini

Build

ant dist

About

Fork of Open-Xchange Admin Gui (Peter's OX Server Admin GUI)


Languages

Language:Java 85.8%Language:CSS 12.3%Language:JavaScript 1.9%