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 Installation on Bare Metal.

Quickstart guide for New Users

Installation Checklist

  1. Check Hardware and Software Requirements

  2. Download the TigerGraph platform: https://dl.tigergraph.com/

  3. 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 Installation on Bare Metal.