- Linux
wget https://oss-cdn.nebula-graph.com.cn/nebula-graph-studio/nebula-graph-studio-${version}.x86_64.tar.gz
tar -xvf nebula-graph-studio-${version}.x86_64.tar.gz
- Start Service
nohup ./server
- Service address: http://127.0.0.1:7001
You can modify the port in studio-api.yaml in the config directory
- Open NebulaGraph Studio in browser url: http://{{ip}}:7001
Using kill pid
:
$ kill $(lsof -t -i :7001)