- Node.js (>= 10.12.0)
- 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
Three packages in nebula-graph-studio
- nebula-graph-studio ------------------------- FE service
- nebula-http-gateway ----------------------- Network Service
- Nebula-http-gateway
- packages:
nebula-http-gateway
- location:in the same machine with nebula-graph-studio
- Start:
$ cd nebula-http-gateway $ nohup ./nebula-httpd &
- Service address: http://127.0.0.1:8080
- nebula-graph-studio
-
packages:
nebula-graph-studio
-
Start:
$ cd nebula-graph-studio $ npm run start
-
service address: http://127.0.0.1:7001
- Open Nebula Graph Studio in browser url: http://{{ip}}:7001
Using kill pid
:
$ kill $(lsof -t -i :8080) # stop nebula-http-gateway
$ cd nebula-graph-studio
$ npm run stop # stop nebula-graph-studio