Nebula:Installation:修订间差异

来自WHY42
Riguz留言 | 贡献
Created page with " <syntaxhighlight lang="bash"> git clone -b release-3.6 https://github.com/vesoft-inc/nebula-docker-compose.git cd nebula-docker-compose docker-compose up -d </syntaxhighlight> Category:Database Category:Nebula"
 
Riguz留言 | 贡献
无编辑摘要
第1行: 第1行:
 
# Installation
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
git clone -b release-3.6 https://github.com/vesoft-inc/nebula-docker-compose.git
git clone -b release-3.6 https://github.com/vesoft-inc/nebula-docker-compose.git
第5行: 第5行:
docker-compose up -d
docker-compose up -d
</syntaxhighlight>
</syntaxhighlight>
# Get Started


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

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

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