Difference between revisions of "ODF@WWW"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Ubuntu 8.04.1)
m (Ubuntu 8.04.1)
Line 9: Line 9:
 
====Ubuntu 8.04.1====
 
====Ubuntu 8.04.1====
 
<pre>
 
<pre>
 +
# Allow X connect from the localhost.
 +
> xhost + localhost
 +
 
# Become root ...
 
# Become root ...
 
> sudo -i
 
> sudo -i

Revision as of 09:26, 18 July 2008

Blogs

An ODF Wiki

Installation Instructions

OpenSolaris 200805

Ubuntu 8.04.1

# Allow X connect from the localhost.
> xhost + localhost

# 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.
> cd /usr/lib/cgi-bin
> 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