Skip to content
logoBack to home screen

Quick Installation

A quick local installation lets you start developing with tribefire in no time.

General

A local tribefire installation consists of the latest version of our platform and an Apache Tomcat server used to host it, provided by the Jinni build tool.

Prerequisites

Before installing tribefire, ensure that you have the following:

  • Java version 8 (recommended) up to Java version 10.
  • The Jinni Package

Java

Oracle Java JDK

  1. Navigate to https://java.com/en/download/, download, and install the JDK 1.8.121 or later
  2. Make sure that the JAVA_HOME and the PATH system environment variables are set to the root (directory which contains the bin folder) directory of your Java installation. You can check it by opening a command prompt and running the javac -version command.

Open JDK

  1. Navigate to https://openjdk.java.net/install/index.html, download, and install the OpenJDK 8 or later package.
  2. Make sure that the JAVA_HOME and the PATH system environment variables are set to the root (directory which contains the bin folder) directory of your Java installation. You can check it by opening a command prompt and running the javac -version command.

Jinni

Jinni is an application used to set up Tribefire by evaluating platform setup requests. You can pass service requests to Jinni with the command line or using a JSON file. Jinni is necessary to work with platform assets.

Note that Jinni uses Maven to resolve dependencies, so configuring your Maven settings correctly is necessary for Jinni to work.

To set up Jinni:

  1. Configure Apache Maven as described below.
  2. Download the Jinni package. For information on where do download Tribefire components from, see below.
  3. Unzip the downloaded archive to a location of your choice (e.g. /development/jinni).
  4. Add jinni's bin folder (e.g. /development/jinni/bin) to the PATH variable of your operating system.