Skip to content

Commit

Permalink
* update weidentity-installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
junqizhang-dev committed Aug 4, 2020
1 parent 4ed2cd2 commit de0d8b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions readthedocs/zh_CN/docs/deploy-via-web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
通过安装“WeIdentity 部署工具”的服务器的 IP 访问 Web 页面 :code:`http://IP:6102` 以进行 WeIdentity 的部署。

.. note::
1. 在使用之前, 请确保已安装“WeIdentity 部署工具”, 详见文档:\ `安装 WeIdentity 部署工具 <./weidentity-installation.html>`_\。
2. 若无法使用 Web 页面, 可以使用命令行的方式完成部署, 详见文档:\ `部署文档(命令行部署方式) <./deploy-via-commandline.html>`_\。
3. 因为“WeIdentity 部署工具”没有账号登录机制,所以必须确保整个环境只有在内网(不会被其他外部用户访问到的网络)可以访问,公网的其他用户不能访问。
1. 若无法使用 Web 页面, 可以使用命令行的方式完成部署, 详见文档:\ `部署文档(命令行部署方式) <./deploy-via-commandline.html>`_\。
2. 因为“WeIdentity 部署工具”没有账号登录机制,所以必须确保整个环境只有在内网(不会被其他外部用户访问到的网络)可以访问,公网的其他用户不能访问。

第0步: 选择角色
"""""""""""""""""""""""""""
Expand Down Expand Up @@ -90,12 +89,12 @@
.. image:: images/deploy-via-web-guide-setup-database.png
:alt: deploy-via-web-guide-setup-database.png

第4步: 创建管理员 WeID
第4步: 创建机构的 WeID
""""""""""""""""""""""""""""""""""""""""""

此步骤将配置您在 weid-build-tools 里面的 Admin 账户, 后续的部署等操作将使用该账户(请妥善保管私钥, 谨防丢失)。
此步骤将为机构创建 WeID, 后续的合约部署,发交易等操作将使用该账户(请妥善保管私钥, 谨防丢失)。

- 推荐"系统自动创建公私钥"
- 推荐"系统自动创建公私钥":会在 `./output/admin/` 目录下会自动生成私钥文件, 请妥善保管。

.. image:: images/deploy-via-web-guide-create-admin-weid.png
:alt: deploy-via-web-guide-create-admin-weid.png
Expand All @@ -115,4 +114,4 @@
最后
""""""""""""""""""""""""""""""""""""""""""

至此,配置和部署已经完成,在 `./output/admin/` 目录下生成 Admin 密钥文件, 用于后续注册权威机构等管理操作, 请妥善保管
至此,配置和部署已经完成。
2 changes: 1 addition & 1 deletion readthedocs/zh_CN/docs/weidentity-installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

我们提供两种方式安装 WeIdentity 部署工具(包括两步:首先将WeIdentity智能合约部署到区块链上,再集成SDK到您的Java工程中):

* `通过脚本进行安装 <./weidentity-installation-by-web.html>`_ (推荐方式)
* `通过安装脚本进行安装 <./weidentity-installation-by-web.html>`_ (推荐方式)
* `下载源码的方式进行安装 <./weidentity-installation-by-sourcecode.html>`_ (代码贡献者按这种方式搭建)

.. note::
Expand Down

0 comments on commit de0d8b5

Please sign in to comment.