Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 573 Bytes

DEPLOY.md

File metadata and controls

32 lines (21 loc) · 573 Bytes

NebulaGraph Studio Tar Package Deploy Guide

Environment

  • Linux

Download

wget https://oss-cdn.nebula-graph.com.cn/nebula-graph-studio/nebula-graph-studio-${version}.x86_64.tar.gz

Unpress

tar -xvf nebula-graph-studio-${version}.x86_64.tar.gz

Quick Start

  1. Start Service
nohup ./server

You can modify the port in studio-api.yaml in the config directory

  1. Open NebulaGraph Studio in browser url: http://{{ip}}:7001

Stop Service

Using kill pid

$ kill $(lsof -t -i :7001)