Difference between revisions of "ODF@WWW"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
(Ubuntu 8.04.1)
Line 8: Line 8:
 
====OpenSolaris 200805====
 
====OpenSolaris 200805====
 
====Ubuntu 8.04.1====
 
====Ubuntu 8.04.1====
 +
<pre>
 +
# 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 odt-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
 +
</pre>
 +
  
 
[[Category:ODF]]
 
[[Category:ODF]]

Revision as of 09:15, 18 July 2008

Blogs

An ODF Wiki

Installation Instructions

OpenSolaris 200805

Ubuntu 8.04.1

# 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 odt-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