TigerGraph Documentation
TigerGraph
Get TigerGraph
Search…
3.3
TigerGraph Documentation
TigerGraph Cloud
Platform Overview
Tutorials and Start Guides
Getting Started
Get Started with Docker
Get Started with Virtual Box
Install TigerGraph on Linux
Get Started from Cloud Images
GSQL 101
Accumulators Tutorial
GSQL102 Pattern Matching
GSQL Demo Examples
TigerGraph Graph Data Science Library
Release Notes, FAQs and Troubleshooting
System Administration
TigerGraph Administrators Guide
Web UI
GraphStudio UI Guide
Admin Portal UI Guide
Developer's Guides
GSQL Language Reference
RESTful API User Guide
Data Loader User Guides
GSQL Cheat Sheets
Using a Remote GSQL Client
Legal
Patents and Third Party Software
Workshop
Connected Data London 2019
Powered By
GitBook
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:
Installation Guide
Quickstart guide for new users
Installation Checklist
1.
CHECK
Hardware and Software Requirements
​
2.
DOWNLOAD
the TigerGraph platform:
https://info.tigergraph.com/enterprise-free
​
3.
INSTALL
the Platform
1.
For simple single-server installation: Assuming your downloaded file is called <your_tigergraph_package>:
1
tar
xzf
<
your_tigergraph_package
>
.tar.gz
2
cd
tigergraph*/
3
​
4
# to install license in interactive mode
5
sudo
./install.sh
6
​
7
# to install license in non-interactive mode
8
sudo
./install.sh -n
Copied!
2.
For additional options, see
TigerGraph Platform Installation Guide
​
Previous
Get Started with Virtual Box
Next
Get Started from Cloud Images
Last modified
1yr ago
Export as PDF
Copy link
Contents
Quickstart guide for new users
Installation Checklist