Skip to content

Commit

Permalink
Merge pull request #141 from fisco-dev/patch-1
Browse files Browse the repository at this point in the history
Update install.md
  • Loading branch information
mingzhenliu authored Nov 1, 2019
2 parents 784f4d5 + 547c993 commit 777ff14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/WeBASE/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
| ------ | ---------------------- |
| Java | jdk1.8或以上版本 |
| MySQL | MySQL-5.6或以上版本 |
| Python | Python2或Python3 |
| Python | Python2.7或Python3.4+ |
| MySQL-python | 使用python2时需安装 |
| PyMySQL | 使用python3时需安装 |

Expand Down Expand Up @@ -297,7 +297,7 @@ mysql > create database webasenodemanager;
sudo apt-get install -y python-requests
```

### 4. MySQL-python部署
### 4. MySQL-python部署(Python2.7)

- CentOS

Expand All @@ -312,7 +312,7 @@ mysql > create database webasenodemanager;
sudo pip install MySQL-python
```

### 5. PyMySQL部署
### 5. PyMySQL部署(Python3.4+)

- CentOS

Expand Down Expand Up @@ -429,4 +429,4 @@ OperationalError: (1045, "Access denied for user 'root'@'localhost' (using passw
nested exception is javax.net.ssl.SSLException: Failed to initialize the client-side SSLContext: Input stream not contain valid certificates.
```

答:CentOS的yum仓库的OpenJDK缺少JCE(Java Cryptography Extension),导致Web3SDK无法正常连接区块链节点,因此在使用CentOS操作系统时,推荐从[OpenJDK网站](https://jdk.java.net/java-se-ri/8)自行下载。
答:CentOS的yum仓库的OpenJDK缺少JCE(Java Cryptography Extension),导致Web3SDK无法正常连接区块链节点,因此在使用CentOS操作系统时,推荐从[OpenJDK网站](https://jdk.java.net/java-se-ri/8)自行下载。

0 comments on commit 777ff14

Please sign in to comment.