forked from pingcap/tiup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (36 loc) · 1.61 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://cdn.bootcss.com/mini.css/3.0.1/mini-default.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<title>TiUP</title>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-12 col-md-12 col-lg-10 col-lg-offset-1">
<br />
<h2>TiUP<small></small></h2>
<br />
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-10 col-lg-offset-1">
<p>
<b>TiUP</b> is a component manager for <a href="https://github.com/pingcap/tidb">TiDB</a>
</p>
<p>Run the following in your terminal, and follow the instructions:</p>
<p><br /></p>
<pre><code> curl --proto '=https' --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh </code></pre>
<br />
<p>After installation, start a local cluster:</p>
<pre><code> tiup playground </code></pre>
<br />
<p>This tool only supports Linux, macOS, and Windows WSL (for now)</p>
<p>Need help? Read the document(<a href="https://pingcap.com/docs/stable/how-to/deploy/orchestrated/tiup/">English</a>/<a href="https://pingcap.com/docs-cn/stable/how-to/deploy/orchestrated/tiup/">Chinese</a>) or <a href="https://github.com/pingcap/tiup/issues/new">file a GitHub issue</a></p>
</div>
</div>
</div>
</body>
</html>