ODF@WWW

From Apache OpenOffice Wiki
Revision as of 09:24, 18 July 2008 by Kr (Talk | contribs)

Jump to: navigation, search

Blogs

An ODF Wiki

Installation Instructions

OpenSolaris 200805

Ubuntu 8.04.1

# Become root ...
> sudo -i

# Install Apache, OpenJDK and an Emacs :-)
> apt-get install apache2 openjdk-6-jre-headless emacs

# Get odf-at-www installed.
> cd /
> wget http://mediacast.sun.com/users/Kay.Ramme/media/odf-at-www.tgz
> tar -xvzf odf-at-www.tgz

# Install the JODConverter.
-> jodconverter-2.2.1.zip
> cd /usr/lib/cgi-in
> wget http://mesh.dl.sourceforge.net/sourceforge/jodconverter/jodconverter-2.2.1.zip
> unzip jodconverter-2.2.1.zip
> cd /

# Some rights and directories.
> mkdir /var/apache2
> chown -R www-data:www-data /var/www /var/apache2
> rm /var/www/index.html

# Finally get it running.
> export SAL_USE_VCLPLUGIN=gen
> export DISPLAY=:0
> soffice -accept="socket,port=8100;urp;"
> apache2ctl restart
Personal tools