Difference between revisions of "ODF@WWW"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Ubuntu 8.04.1)
m (Blogs)
Line 1: Line 1:
 
==Blogs==
 
==Blogs==
 +
* 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 ...]
 
* 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]
 
* 04 Jul 2008 - [http://blogs.sun.com/GullFOSS/entry/odf_www_simply_install ODF@WWW - Simply Install]

Revision as of 09:01, 23 September 2008

Blogs

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

# 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

Ubuntu 8.04.1

# 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
Personal tools