Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: add TiKV overview, installation, and client driver #472

Merged
merged 12 commits into from
May 31, 2018
Prev Previous commit
Next Next commit
tikv: update wording
  • Loading branch information
lilin90 committed May 31, 2018
commit e1b58632104b1b99663600a3b2558c91355f55de
6 changes: 3 additions & 3 deletions tikv/deploy-tikv-docker-compose.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Install TiKV Using Docker Compose
title: Install and Deploy TiKV Using Docker Compose
category: user guide
---

# Install TiKV Using Docker Compose
# Install and Deploy TiKV Using Docker Compose

This guide describes how to quickly deploy a TiKV cluster using [Docker Compose](https://github.com/pingcap/tidb-docker-compose/). Currently, this installation method only supports the Linux system.

Expand All @@ -21,7 +21,7 @@ This guide describes how to quickly deploy a TiKV cluster using [Docker Compose]
curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash
```

## Install
## Install and deploy

1. Download `tidb-docker-compose`.

Expand Down
4 changes: 2 additions & 2 deletions tikv/deploy-tikv-using-binary.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Install TiKV Using Binary Files
title: Install and Deploy TiKV Using Binary Files
category: user guide
---

# Install TiKV Using Binary Files
# Install and Deploy TiKV Using Binary Files

This guide describes how to deploy a TiKV cluster using binary files.

Expand Down