Difference between revisions of "ODF@WWW"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Blogs)
m
Line 1: Line 1:
==Blogs==
+
ODF@WWW - Bringing ODF into the WWW. And making the WWW as easy editable as classical documents, such as text documents, spread sheets, presentations or drawings.  
* 01 Sep 2008 - [http://blogs.sun.com/GullFOSS/entry/odf_www_some_state ODF@WWW - Some State]
+
* 22 Jul 2008 - [http://blogs.sun.com/GullFOSS/entry/odf_www_going_forward ODF@WWW - Going forward ...]
+
* 04 Jul 2008 - [http://blogs.sun.com/GullFOSS/entry/odf_www_simply_install ODF@WWW - Simply Install]
+
* 27 Jun 2008 - [http://blogs.sun.com/GullFOSS/entry/odf_www_how_it_works ODF@WWW -How it works]
+
* 19 Jun 2008 - [http://blogs.sun.com/GullFOSS/entry/odf_www_an_odf_wiki ODF@WWW (An ODF Wiki)]
+
 
+
==An ODF Wiki==
+
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
+
 
+
respectively.
+
 
+
===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>
+
  
 +
==Details==
 +
* [[ODF@WWW/Installation Instructions|Installation Instructions]]
 +
* [[ODF@WWW/The Plan|The Plan]]
 +
* [[ODF@WWW/References|References]]
  
 
[[Category:ODF]]
 
[[Category:ODF]]
 
[[Category:ODF@WWW]]
 
[[Category:ODF@WWW]]

Revision as of 09:13, 23 September 2008

ODF@WWW - Bringing ODF into the WWW. And making the WWW as easy editable as classical documents, such as text documents, spread sheets, presentations or drawings.

Details

Personal tools