Skip to content

aylen/tiup

This branch is 949 commits behind pingcap/tiup:master.

Folders and files

NameName
Last commit message
Last commit date
Jul 9, 2020
Jul 13, 2020
Jul 13, 2020
Jun 10, 2020
Jul 1, 2020
Jul 9, 2020
Jul 13, 2020
Jun 23, 2020
Jul 1, 2020
Jul 7, 2020
Jun 2, 2020
Jun 3, 2020
Mar 6, 2020
Mar 13, 2020
Jan 19, 2020
Jul 1, 2020
Jun 9, 2020
Mar 13, 2020
Jun 23, 2020
Jun 23, 2020
Jun 1, 2020
Jul 9, 2020
Jun 1, 2020
Jun 6, 2020
Apr 22, 2020

Repository files navigation

LICENSE Language Go Report Card Coverage Status

What is TiUP

tiup is a tool to download and install TiDB components.

Installation

curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh

Quick start

Run playground

tiup playground

Install components

tiup install tidb tikv pd

Uninstall components

tiup uninstall tidb tikv pd

Update components

tiup update --all

Usage

After installing tiup, you can use it to install binaries of TiDB components and create clusters.

See our doc for more information on how to use TiUp.

Contributing to TiUp

Contributions of code, tests, docs, and bug reports are welcome! To get started take a look at our open issues.

For docs on how to build, test, and run TiUp, see our dev docs.

See also the Contribution Guide in PingCAP's community repo.

About

A component manager for TiDB

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 95.8%
  • Shell 2.6%
  • Smarty 1.1%
  • Other 0.5%