Installation

Prerequisites

Before installing can begin, please make sure the following is in place:

  1. A Ubuntu server with the requested OS version is in place;
  2. The server meets the minimum system requirements;
    Please refer to System Requirements for more information.
  3. The machine has an active network connection and is capable of reaching the internet;
  4. The INDICA installable archive is available, either locally or by download link.

Installation

Installing and setting up INDICA is very easy. INDICA comes pre-packaged with almost everything it needs to be installed. For ease of use, an installation script is provided. Some manual steps need to be taken before the installation script can be used.

  1. Gain SSH access to the target machine.
    This can be done with command-line SSH, PuTTY, or equivalent.
  2. Elevate your rights to root-level access.
    This can be done using the command sudo su and typing in the password.
  3. Create the appliance directory called “net” in the root of the filesystem “/”
    Use the command mkdir /net
  4. Navigate to the newly created directory.
    Use the command cd /net to do this.
  5. Transfer the INDICA .tar.gz file to this directory.
    This can be done by transferring with scp, winSCP, or the download link provided by INDICA.
    Make sure the file is in /net.
  6. Extract the downloaded package using “tar -zxvf [filename]”.
  7. Run the installation script: “/net/bin/install.sh”.

The install script will ask some questions and guide you through the installation.