Install TigerGraph on Linux

You can install TigerGraph on a Linux machine that meets the Hardware and Software Requirements. For a step-by-step guide on installing TigerGraph on your Linux machine, please visit the following page:

pageInstallation Guide

Quickstart guide for new users

Installation Checklist

  1. DOWNLOAD the TigerGraph platform: https://info.tigergraph.com/enterprise-free

  2. INSTALL the Platform

    1. For simple single-server installation: Assuming your downloaded file is called <your_tigergraph_package>:

      tar xzf <your_tigergraph_package>.tar.gz 
      cd tigergraph*/ 
      
      # to install license in interactive mode
      sudo ./install.sh
      
      # to install license in non-interactive mode
      sudo ./install.sh -n
    2. For additional options, see TigerGraph Platform Installation Guide

Last updated