Nebula:Installation:修订间差异

来自WHY42
Riguz留言 | 贡献
无编辑摘要
Riguz留言 | 贡献
第7行: 第7行:


= Get Started =
= Get Started =
== Connect ==
<syntaxhighlight lang="bash">
docker ps | grep console
docker exec -it c1b6410dba24 sh
nebula-console -u root -p password --address=graphd --port=9669
</syntaxhighlight>
<pre>
/ # nebula-console -u root -p password --address=graphd --port=9669
Welcome!
(root@nebula) [(none)]>
</pre>


[[Category:Database]]
[[Category:Database]]
[[Category:Nebula]]
[[Category:Nebula]]

2023年10月13日 (五) 02:51的版本

Installation

git clone -b release-3.6 https://github.com/vesoft-inc/nebula-docker-compose.git
cd nebula-docker-compose
docker-compose up -d

Get Started

Connect

docker ps | grep console
docker exec -it c1b6410dba24 sh

nebula-console -u root -p password --address=graphd --port=9669
/ # nebula-console -u root -p password --address=graphd --port=9669

Welcome!

(root@nebula) [(none)]>