Installation Guide - Solaris version


This page describes the installation of the Solaris Version of iOffice2000.

Checking environment

1) Setup Solaris 2.51/2.6 as the 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 procedure is assuming that WWW server is Oracle Web Application Server and the installation directory is /usr/local/www/cgi-bin/ioffice.

1) Copy the downloaded package file to a temporary directory

Login as Superuser and copy the pkg.Z file to a directory.
You may copy it to /tmp, for example.
It is assuming that the downloaded file name is ioc211s6en.pkg.Z.

 

>cp ioc211s6en.pkg.Z /tmp
>cd /tmp

Uncompress the file.

>uncompress ioc211s6en.pkg.Z

A uncompressed file named ioc211s6en.pkg is created, please confirm the file exists by ls command.

2) Install the package using pkgadd command.

>pkgadd -d ioc211s6en.pkg ioffice

Move tmGWImages-xx directory to the document root of your WWW server.
It is assuming that the document root is /usr/local/www.

>mv /tmp/tmGWImages-xx /usr/local/www/

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

3)Change the owner

Change the owner and group of the directories to the user who provides HTTP service.
If you installed iOffice2000 into the directory /usr/local/www/cgi-bin/ioffice, you should change the owner and group of this directory.

The explanation below is assuming that the the user is ioffice and the group is ioffice.

>chown -R ioffice ioffice
>chgrp -R ioffice ioffice

Please confirm that the owner of the directory is changed.


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

The following installation procedure is assuming that the installation directory of iOffice2000 is /usr/local/www/cgi-bin/ioffice and the document root of your WWW server is /usr/local/www.


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

Uninstall the package.

>pkgrm ioffice

2) Remove the directory manually

>rm -r /usr/local/www/tmGWImages

3) End

The above completes the uninstallation of iOffice2000.