Difference between revisions of "ODF@WWW"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (An ODF Wiki)
m
 
(33 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Blogs==
+
Lead: [[KR|Kay Ramme]] Co-Lead: [[Lutz Hoeger]], Charles-H. Schulz, [[SZ|Stefan Zimmermann]]
* 04 Jul 2008 - [http://blogs.sun.com/GullFOSS/entry/odf_www_simply_install ODF@WWW - Simply Install]
+
<br>
* 27 Jun 2008 - [http://blogs.sun.com/GullFOSS/entry/odf_www_how_it_works ODF@WWW -How it works]
+
<center>
* 19 Jun 2008 - [http://blogs.sun.com/GullFOSS/entry/odf_www_an_odf_wiki ODF@WWW (An ODF Wiki)]
+
<strong>ODF@WWW</strong>
  
==An ODF Wiki==
+
<big>Bringing ODF and OpenOffice.org into the World Wide Web</big>
The below installation instructions help you to deploy a basic ODF Wiki. After executing the instructions you shall be able to browser it with this URL:
+
  
  http://localhost:1234
+
[[Image:ODF%40WWW_Logo.png]]
 +
</center>
  
respectively.
+
<big>The ODF@WWW project aims to develop companion products for ODF and OpenOffice.org to extend their reach into the World Wide Web. This is done by developing Web Server as well as OOo extensions, allowing to easily serve and access HTML and ODF. This project focuses on simple implementation and re-usage of already existing applications, such as the OOo Application Suite or the Apache Web Server.</big>
 
+
===Installation Instructions===
+
====OpenSolaris 200805====
+
<pre>
+
# Allow X connect from the localhost.
+
> xhost +
+
 
+
# Become root ...
+
> su -
+
 
+
# Install OpenOffice.org suite, Apache and GNU make.
+
> pkg install openoffice SUNWapch22 SUNWgmake
+
> svccfg import /var/svc/manifest/network/http-apache22.xml
+
> svcadm enable network/http:apache22
+
 
+
# Get odf-at-www installed.
+
> cd /
+
> wget http://mediacast.sun.com/users/Kay.Ramme/media/odf-at-www.tgz
+
> gzcat odf-at-www.tgz | tar -xvf -
+
 
+
# Install the JODConverter.
+
> cd /opt/odf-at-www/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.
+
> chown -R webservd:webservd /var/odf-at-www /opt/odf-at-www
+
 
+
# Finally get it running.
+
> export SAL_USE_VCLPLUGIN=gen
+
> export DISPLAY=:0
+
> soffice -accept="socket,port=8100;urp;" &
+
> /usr/apache2/2.2/bin/apachectl restart
+
</pre>
+
 
+
====Ubuntu 8.04.1====
+
<pre>
+
# Allow X connect from the localhost.
+
> xhost + localhost
+
 
+
# Become root ...
+
> sudo -i
+
 
+
# Install Apache, OpenJDK.
+
> apt-get install apache2 openjdk-6-jre-headless
+
 
+
# 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 /opt/odf-at-www/cgi-bin
+
> wget http://mesh.dl.sourceforge.net/sourceforge/jodconverter/jodconverter-2.2.1.zip
+
> unzip jodconverter-2.2.1.zip
+
> cd /
+
 
+
# Set rights on directories.
+
> chown -R www-data:www-data /var/odf-at-www /opt/odf-at-www
+
 
+
# Finally get it running.
+
> export SAL_USE_VCLPLUGIN=gen
+
> export DISPLAY=:0
+
> soffice -accept="socket,port=8100;urp;"
+
> apache2ctl restart
+
</pre>
+
  
 +
This [http://www.youtube.com/watch?v=rI0AEJkotzM&fmt=6 screencast] may give some intuitive understanding of what the ODF@WWW is all about ... (Note: This screencast is also in hires [http://en.wikipedia.org/wiki/720p 720p] [http://mediacast.sun.com/users/Kay.Ramme/media/ODF-WWW-An-ODF-Wiki available].)
  
 
[[Category:ODF]]
 
[[Category:ODF]]
 +
[[Category:ODF@WWW]]
 +
[[Category:Project]]

Latest revision as of 08:11, 20 November 2008

Lead: Kay Ramme Co-Lead: Lutz Hoeger, Charles-H. Schulz, Stefan Zimmermann

ODF@WWW

Bringing ODF and OpenOffice.org into the World Wide Web

ODF@WWW Logo.png

The ODF@WWW project aims to develop companion products for ODF and OpenOffice.org to extend their reach into the World Wide Web. This is done by developing Web Server as well as OOo extensions, allowing to easily serve and access HTML and ODF. This project focuses on simple implementation and re-usage of already existing applications, such as the OOo Application Suite or the Apache Web Server.

This screencast may give some intuitive understanding of what the ODF@WWW is all about ... (Note: This screencast is also in hires 720p available.)

Personal tools