Servertec Installation
M E N U

Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Legal
Feedback

 


Select the platform to install under:
Windows 95/NT
Linux/Unix

Use the following instructions to install iMake on Windows 95/NT.

  1. Install Java JDK 1.1.x
    Follow JavaSoft's instructions for installing Java JDK 1.1.x.

  2. Unzip downloaded file(s)
    Follow 3rd Party instructions for extracting files from a zip file using folder names.
    Normally extract to c:\

  3. Define environmental variables in c:\autoexec.bat file.
    Using c:\imake\install\win32\vars.bat as a template:

    1. Define JAVA_HOME
      set JAVA_HOME=path
      Normally path is c:\java

    2. Modify JAVA_EXE, as needed
      set JAVA_EXE=%JAVA_HOME%\bin\java.exe

    3. Define CLASSPATH
      set CLASSPATH=path;%CLASSPATH%
      Normally path is c:\imake\classes

    4. Define PATH
      set PATH=path;%PATH%
      Normally path is c:\imake\bin
top of page

Use the following instructions to install iMake on Linux/Unix.

  1. Install Java JDK 1.1.x
    Follow JavaSoft's instructions for installing Java JDK 1.1.x.

  2. Login on account where iMake will be installed.

  3. Unzip downloaded file(s).
    gzip -d filename

  4. Untar resultant file(s).
    tar -xvpf filename

  5. If not in root directory, move imake to root directory.
    mv imake /

  6. Make executables, as needed
    cd /imake/bin
    makemk

  7. Define environmental variables in user's login script.
    Using /imake/install/linux/home/mk.sh as a template:

    1. Define JAVA_EXE, as needed
      export JAVA_EXE="${JAVA_HOME}/bin/java"

    2. Define CLASSPATH
      export CLASSPATH="./:path:${CLASSPATH}"
      Normally path is /imake/classes

    3. Update PATH
      export PATH="./:path:${PATH}"
      Normally path is /imake/bin
top of page
Built with iMake Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Sun Aug 23 19:51:54 PDT 1998