Installation Guide - Linux (RPM) version


This page describes the installation of the Linux Version of iOffice2000 (in the case of a RPM file).

Checking environment

1) Setup RedHat 5.x/6.x/7.x or SuSE 6.x as the server and Apache as the web Server.

2) If a WWW browser (Netscape Navigator, Microsoft Internet Explorer etc.) is present, irrespective of OS (Windows, Mac, UNIX etc.), as operating environment at the client end, no further installation is necessary.

Mail server

To use WebMail of iOffice2000, a mail server is necessary.
*The mail server must support "POP3" and "SMTP".

Installation of iOffice2000

iOffice2000 may now be installed.
Installation directory of iOffice2000 is as follows.

RedHat 5.x/6.x:
CGI modules .....[/home/httpd/cgi-bin/ioffice]
Image files .....[/home/httpd/html/tmGWImages-xx]

RedHat 7.x:
CGI modules .....[/var/www/cgi-bin/ioffice]
Image files .....[/var/www/html/tmGWImages-xx]

SuSE 6.x:
CGI modules .....[/usr/local/httpd/cgi-bin/ioffice]
Image files .....[/usr/local/httpd/htdocs/tmGWImages-xx]

*) -xx : depends on Language
-en: UK English
-us: US English
-gr: German

1) Copy the downloaded RPM file to a temporary directory

Login as Superuser and copy the RPM file to a directory.
You may copy it to /tmp, for example

>cp ioffice-en-2.4-0.i386.rpm /tmp
>cd /tmp

2) Install the package using rpm command.

>rpm -i ioffice-en-2.4-0.i386.rpm

3)Change the owner

If the user who provide HTTP service is not the default setting, you need to change the owner and group.

The default owner and group of ioffice and tmGWImages-xx is nobody.

RedHat 5.x/6.x:
>chown -R owner /home/httpd/cgi-bin/ioffice
>chgrp -R group /home/httpd/cgi-bin/ioffice
>chown -R owner /home/httpd/html/tmGWImages-xx
>chgrp -R group /home/httpd/html/tmGWImages-xx

RedHat 7.x:
>chown -R owner /var/www/cgi-bin/ioffice
>chgrp -R group /var/www/cgi-bin/ioffice
>chown -R owner /var/www/html/tmGWImages-xx
>chgrp -R group /var/www/html/tmGWImages-xx

SuSE 6.x:
>chown -R owner /usr/local/httpd/cgi-bin/ioffice
>chgrp -R group /usr/local/httpd/cgi-bin/ioffice
>chown -R owner /usr/local/httpd/htdocs/tmGWImages-xx
>chgrp -R group /usr/local/httpd/htdocs/tmGWImages-xx


4) End

The above completes the installation of iOffice2000.

Start accessing iOffice2000

When all the steps have been finished, iOffice2000 may be accessed. Start up the browser and input the following.

http://(IP address of server or server name)/cgi-bin/ioffice/iofficexx.cgi?

*) xx : depends on Language
en: UK English
us: US English
gr: German

*If the browser is set to "disable cookies", iOffice2000 will not operate normally. Please set "accept all" or "display warning (dialogue) before accepting". Please refer to what is stated in "support" in the operating manual. If there are any other "problems during installation"please contact your local reseller or via E-mail to support@neoint.com

Uninstalling iOffice2000

Uninstalling iOffice2000 is performed as follows.

1) Uninstalling package

Log in at the server where iOffice2000 is installed, using telnet. (Processing is performed by Superuser.)

Uninstall the package. (x.x-x is version of iOffice2000)
>rpm -e ioffice-x.x-x

ex. Uninstall Version 2.40
>rpm -e ioffice-2.4-0

2) Remove the directories manually

RedHat 5.x/6.x:
>rm -r /home/httpd/cgi-bin/ioffice
>rm -r home/httpd/html/tmGWImages-xx

RedHat 7.0:
>rm -r /var/www/cgi-bin/ioffice
>rm -r /var/www/html/tmGWImages-xx

SuSE 6.x:
>rm -r /usr/local/httpd/cgi-bin/ioffice
>rm -r /usr/local/httpd/htdocs/tmGWImages-xx

3) End

The above completes the uninstallation of iOffice2000.