Nebula:Installation:修订间差异

来自WHY42
Riguz留言 | 贡献
无编辑摘要
Riguz留言 | 贡献
无编辑摘要
第1行: 第1行:
# Installation
= 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
第6行: 第6行:
</syntaxhighlight>
</syntaxhighlight>


# Get Started
= Get Started =


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

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

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