Difference between revisions of "ODF@WWW/ODF Wiki/Installation Instructions"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Replacing page with 'Moved into the ODF-Wiki at: http://odf-at-www.services.openoffice.org/html/installation_Instructions.html')
Line 1: Line 1:
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:
+
Moved into the ODF-Wiki at: http://odf-at-www.services.openoffice.org/html/installation_Instructions.html
 
+
  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>
+
 
+
 
+
[[Category:ODF@WWW]]
+

Revision as of 14:07, 15 December 2008

Moved into the ODF-Wiki at: http://odf-at-www.services.openoffice.org/html/installation_Instructions.html

Personal tools