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

update readme(1.2.0) #16243

Merged
merged 1 commit into from
Jun 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<a href="https://www.codefactor.io/repository/github/matrixorigin/matrixone">
<img src="https://www.codefactor.io/repository/github/matrixorigin/matrixone/badge?s=7280f4312fca2f2e6938fb8de5b726c5252541f0" alt="codefactor"/>
</a>
<a href="https://docs.matrixorigin.cn/en/1.1.3/MatrixOne/Release-Notes/v1.1.3/">
<img src="https://img.shields.io/badge/Release-v1.1.3-green.svg" alt="release"/>
<a href="https://docs.matrixorigin.cn/en/1.2.0/MatrixOne/Release-Notes/v1.2.0/">
<img src="https://img.shields.io/badge/Release-v1.2.0-green.svg" alt="release"/>
</a>
<br>
<a href="https://docs.matrixorigin.cn/en/1.1.3/">
<a href="https://docs.matrixorigin.cn/en/1.2.0/">
<b>Docs</b>
</a>
<b>||</b>
Expand Down Expand Up @@ -165,14 +165,14 @@ MatrixOne's architecture is as below:
<img alt="MatrixOne" height="420" src="https://github.com/matrixorigin/artwork/blob/main/docs/overview/architecture/archi-en-2.png?raw=true">
</p>

For more details, you can checkout [MatrixOne Architecture Design](https://docs.matrixorigin.cn/en/1.1.3/MatrixOne/Overview/architecture/matrixone-architecture-design/).
For more details, you can checkout [MatrixOne Architecture Design](https://docs.matrixorigin.cn/en/1.2.0/MatrixOne/Overview/architecture/matrixone-architecture-design/).

## ⚡️ <a id="quick-start">Quick start</a>

### ⚙️ Install MatrixOne

MatrixOne supports Linux and MacOS. You can install MatrixOne either by [building from source](#building-from-source) or [using docker](#using-docker).
For other installation types, please refer to [MatrixOne installation](https://docs.matrixorigin.cn/en/1.1.3/MatrixOne/Get-Started/install-standalone-matrixone/) for more details.
For other installation types, please refer to [MatrixOne installation](https://docs.matrixorigin.cn/en/1.2.0/MatrixOne/Get-Started/install-standalone-matrixone/) for more details.

**Step 1.Install Dependency**

Expand Down Expand Up @@ -216,7 +216,7 @@ The mo_ctl tool can be installed through the following command:
wget https://raw.githubusercontent.com/matrixorigin/mo_ctl_standalone/main/install.sh && sudo -u $(whoami) bash +x ./install.sh
```

See [mo_ctl Tool](https://docs.matrixorigin.cn/en/1.1.3/MatrixOne/Maintain/mo_ctl/) for complete usage details.
See [mo_ctl Tool](https://docs.matrixorigin.cn/en/1.2.0/MatrixOne/Maintain/mo_ctl/) for complete usage details.

**Step 3. Set mo_ctl parameters**

Expand Down Expand Up @@ -248,10 +248,10 @@ mo_ctl deploy main

- *Option 2*: Get the MatrixOne(Stable Version)

If you want to get the latest stable version code released by MatrixOne, please switch to the branch of version **1.1.3** first.
If you want to get the latest stable version code released by MatrixOne, please switch to the branch of version **1.2.0** first.

```
mo_ctl deploy v1.1.3
mo_ctl deploy v1.2.0
```

**Step 5. Launch MatrixOne server**
Expand All @@ -264,12 +264,12 @@ __Tips__: The initial startup of MatrixOne approximately takes 20 to 30 seconds.

One-click connection to MatrixOne service through `mo_ctl connect` command.

__Note__: The login account in the above code snippet is the initial account; please change the initial password after logging in to MatrixOne; see [Password Management](https://docs.matrixorigin.cn/en/1.1.3/MatrixOne/Security/password-mgmt/).
__Note__: The login account in the above code snippet is the initial account; please change the initial password after logging in to MatrixOne; see [Password Management](https://docs.matrixorigin.cn/en/1.2.0/MatrixOne/Security/password-mgmt/).

## 🙌 <a id="contributing">Contributing</a>

Contributions to MatrixOne are welcome from everyone.
See [Contribution Guide](https://docs.matrixorigin.cn/en/1.1.3/MatrixOne/Contribution-Guide/make-your-first-contribution/) for details on submitting patches and the contribution workflow.
See [Contribution Guide](https://docs.matrixorigin.cn/en/1.2.0/MatrixOne/Contribution-Guide/make-your-first-contribution/) for details on submitting patches and the contribution workflow.

### 👏 All contributors

Expand Down
20 changes: 10 additions & 10 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<a href="https://www.codefactor.io/repository/github/matrixorigin/matrixone">
<img src="https://www.codefactor.io/repository/github/matrixorigin/matrixone/badge?s=7280f4312fca2f2e6938fb8de5b726c5252541f0" alt="codefactor"/>
</a>
<a href="https://docs.matrixorigin.cn/1.1.3/MatrixOne/Release-Notes/v1.1.3/">
<img src="https://img.shields.io/badge/Release-1.1.3-green.svg" alt="release"/>
<a href="https://docs.matrixorigin.cn/1.2.0/MatrixOne/Release-Notes/v1.2.0/">
<img src="https://img.shields.io/badge/Release-1.2.0-green.svg" alt="release"/>
</a>
<br>
<a href="https://docs.matrixorigin.cn//1.1.3/">
<a href="https://docs.matrixorigin.cn//1.2.0/">
<b>Docs</b>
</a>
<b>||</b>
Expand Down Expand Up @@ -162,13 +162,13 @@ MatrixOne 的架构图如下图所示:
<img alt="MatrixOne" height="500" src="https://community-shared-data-1308875761.cos.ap-beijing.myqcloud.com/artwork/docs/overview/architecture/architecture-1.png?raw=true">
</p>

关于更详细的 MatrixOne 技术架构,可以参考[MatrixOne 架构设计](https://docs.matrixorigin.cn/1.1.3/MatrixOne/Overview/architecture/matrixone-architecture-design/)。
关于更详细的 MatrixOne 技术架构,可以参考[MatrixOne 架构设计](https://docs.matrixorigin.cn/1.2.0/MatrixOne/Overview/architecture/matrixone-architecture-design/)。

## ⚡️ <a id="quick-start">快速上手</a>

### ⚙️ 安装 MatrixOne

MatrixOne 目前支持 Linux 及 MacOS 系统,您可以通过源码安装,二进制包安装或者 docker 安装。对于更详情的安装方式请参见[MatrixOne 安装指南](https://docs.matrixorigin.cn/1.1.3/MatrixOne/Get-Started/install-standalone-matrixone/)。
MatrixOne 目前支持 Linux 及 MacOS 系统,您可以通过源码安装,二进制包安装或者 docker 安装。对于更详情的安装方式请参见[MatrixOne 安装指南](https://docs.matrixorigin.cn/1.2.0/MatrixOne/Get-Started/install-standalone-matrixone/)。

以下为您介绍通过源码部署和docker部署两种方式:

Expand Down Expand Up @@ -214,7 +214,7 @@ __Tips__: 建议 MySQL 客户端版本为 8.0.30 版本及以上。
wget https://raw.githubusercontent.com/matrixorigin/mo_ctl_standalone/main/install.sh && sudo -u $(whoami) bash +x ./install.sh
```

如需获取完整的使用细节可以参考 [mo_ctl 工具指南](https://docs.matrixorigin.cn/1.1.3/MatrixOne/Maintain/mo_ctl/#_3)。
如需获取完整的使用细节可以参考 [mo_ctl 工具指南](https://docs.matrixorigin.cn/1.2.0/MatrixOne/Maintain/mo_ctl/#_3)。

**步骤 3.设置 mo_ctl 的配置参数**

Expand Down Expand Up @@ -246,10 +246,10 @@ mo_ctl set_conf MO_DEPLOY_MODE=docker #设置MatrixOne部署方式,此为docke

- *选项 2*:获取 MatrixOne (稳定版本)

如果您想获得 MatrixOne 发布的最新稳定版本,请先从 **main** 切换选择至 **1.1.3** 版本分支。
如果您想获得 MatrixOne 发布的最新稳定版本,请先从 **main** 切换选择至 **1.2.0** 版本分支。

```
mo_ctl deploy 1.1.3
mo_ctl deploy 1.2.0
```

**步骤 5.启动 MatrixOne 服务**
Expand All @@ -262,7 +262,7 @@ __Tips__: 首次启动 MatrixOne 大致需要花费 20 至 30 秒的时间,在

通过 `mo_ctl connect` 命令一键连接 MatrixOne 服务。

__Tips__: 连接和登录账号为初始账号 `root` 和密码 `111`,请在登录 MatrixOne 后及时修改初始密码,参见[密码管理](https://docs.matrixorigin.cn/1.1.3/MatrixOne/Security/password-mgmt/)。修改登录用户名或密码后重新登录同样需要通过 `mo_ctl set_conf` 的方式设置新的用户名和密码。详情可以参考 [mo_ctl 工具指南](https://docs.matrixorigin.cn/1.1.3/MatrixOne/Maintain/mo_ctl/#_3)。
__Tips__: 连接和登录账号为初始账号 `root` 和密码 `111`,请在登录 MatrixOne 后及时修改初始密码,参见[密码管理](https://docs.matrixorigin.cn/1.2.0/MatrixOne/Security/password-mgmt/)。修改登录用户名或密码后重新登录同样需要通过 `mo_ctl set_conf` 的方式设置新的用户名和密码。详情可以参考 [mo_ctl 工具指南](https://docs.matrixorigin.cn/1.2.0/MatrixOne/Maintain/mo_ctl/#_3)。


### 👏贡献者
Expand Down Expand Up @@ -1021,7 +1021,7 @@ __Tips__: 连接和登录账号为初始账号 `root` 和密码 `111`,请在
## 🙌 <a id="contributing">参与贡献</a>

欢迎大家对 MatrixOne 的贡献。
请查看[贡献指南](https://docs.matrixorigin.cn/1.1.3/MatrixOne/Contribution-Guide/make-your-first-contribution/)来了解有关提交补丁和完成整个贡献流程的详细信息。
请查看[贡献指南](https://docs.matrixorigin.cn/1.2.0/MatrixOne/Contribution-Guide/make-your-first-contribution/)来了解有关提交补丁和完成整个贡献流程的详细信息。

## <a id="license">License</a>

Expand Down
Loading