nebula解压版 启动例子

2024-01-03 19:34:55

下载页面

nebula启动参考


wget https://oss-cdn.nebula-graph.com.cn/package/3.6.0/nebula-graph-3.6.0.ubuntu2004.amd64.tar.gz

cd /app/nebula-graph-3.6.0.ubuntu2004.amd64/

tar -zxvf nebula-graph-3.6.0.ubuntu2004.amd64.tar.gz  -C /app/

ln -s /app/nebula-graph-3.6.0.ubuntu2004.amd64/etc/nebula-metad.conf.default  /app/nebula-graph-3.6.0.ubuntu2004.amd64/etc/nebula-metad.conf

ln -s /app/nebula-graph-3.6.0.ubuntu2004.amd64/etc/nebula-graphd.conf.default  /app/nebula-graph-3.6.0.ubuntu2004.amd64/etc/nebula-graphd.conf

ln -s /app/nebula-graph-3.6.0.ubuntu2004.amd64/etc/nebula-storaged.conf.default  /app/nebula-graph-3.6.0.ubuntu2004.amd64/etc/nebula-storaged.conf

./scripts/nebula.service start all


./scripts/nebula.service stop all

文章来源:https://blog.csdn.net/hfcaoguilin/article/details/135370266
本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。