Skip to content

Commit

Permalink
Merge pull request #353 from CodingCattwo/dev
Browse files Browse the repository at this point in the history
update index
  • Loading branch information
CodingCattwo authored Jul 19, 2021
2 parents c4e3bd5 + 1c6ea6b commit 073dec5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/WeBASE/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ MySQL-5.6或以上版本:
mysql --version
```

- Mysql安装部署可参考[数据库部署](#mysql)
- Mysql安装部署可参考[数据库部署](#mysql-install)

#### 检查Python
<span id="checkpy"></span>
Expand Down Expand Up @@ -520,7 +520,7 @@ java -version
```

### 2. 数据库部署
<span id="mysql"></span>
<span id="mysql-install"></span>

#### ① CentOS安装MariaDB

Expand Down Expand Up @@ -633,8 +633,8 @@ mysql -utest -p123456 -h localhost -P 3306
mysql > create database webasenodemanager;
```

### 3. Python部署
<span id="python3"></span>
### 3. Python部署

python版本要求使用python3.x, 推荐使用python3.6及以上版本

Expand Down
14 changes: 14 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,20 @@ WeBASE(WeBank Blockchain Application Software Extension) 是在区块链应
- `WeBASE合约仓库 <./docs/WeBASE-Contract-Warehouse/index.html>`_
- `WeBASE实训插件方案 <./docs/WeBASE-Training-Plugin-Plan/index.html>`_

.. container:: card-holder

.. container:: card ref

.. raw:: html

<br>
<h style="font-size: 22px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;解决方案</h>
<br><br>

- `WeBASE应用管理 <./docs/WeBASE-APP-SDK/index.html>`_
- `WeBASE合约仓库 <./docs/WeBASE-Contract-Warehouse/index.html>`_
- `WeBASE实训插件方案 <./docs/WeBASE-Training-Plugin-Plan/index.html>`_

.. container:: card-holder

.. container:: card ref
Expand Down

0 comments on commit 073dec5

Please sign in to comment.