Installation Guide - Linux (tar.gz) version


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

Checking environment

1) Setup RedHat 5.x6.x/7.x or SuSE 6.x/7.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.

The following installation process is assuming that the installation directory is /usr/local/httpd/cg-bin/ioffice.

1) Copy the downloaded tar.gz file to the installation directory

Login as Superuser and copy the tar.gz file to the directory.


>cp iocxxx.tar.gz /usr/local/httpd/cgi-bin
>cd /usr/local/httpd/cgi-bin

2) Expand the file using tar command.

>tar zxvf iocxxx.tar.gz

The following directories will be created.

LICENSE
README
/data
/file
/page
/tmGWImages-xx
doc.cgi
forum.cgi
iofficexx.cgi
maintedisksize
project.cgi

Please read LICENSE and README.

3) Move tmGWImages-xx directory

If the document root of your WWW sever is /usr/local/httpd/htdocs, move tmGWImages-xx directory to it.

>mv ioffice/tmGWImages-xx /usr/local/httpd/htdocs/

4) Change the owner

Change the owner and group of the directories to the user who provides HTTP service.

The explanation below is assuming that the the user is wwwrun and the group is nogroup.

>chown -R wwwrun ioffice
>chgrp -R nogroup ioffice
>chown -R wwwrun /usr/local/httpd/htdocs/tmGWImages-xx
>chgrp -R nogroup /usr/local/httpd/htdocs/tmGWImages-xx

5) 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.

The following installation process is assuming that the installation directory is /usr/local/httpd/cg-bin/ioffice and your WWW server's document root is /usr/local/httpd/htdocs

>rm -r /usr/local/httpd/cgi-bin/ioffice
>rm -r /usr/local/httpd/htdocs/tmGWImages-xx

2) End

The above completes the uninstallation of iOffice2000.