Skip to content

Commit

Permalink
* update document
Browse files Browse the repository at this point in the history
  • Loading branch information
junqizhang-dev committed Sep 19, 2020
1 parent e2c4a19 commit 8ac4bb6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
24 changes: 12 additions & 12 deletions readthedocs/zh_CN/docs/weidentity-installation-by-web-overseas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ WeIdentity 安装部署工具使用文档(部署WeIdentity的服务器在海
chmod u+x weid_install.sh
./weid_install.sh -t en
cd weid-build-tools
.. note::

- 默认会下载最新版本的可视化安装工具,如果想指定安装版本,可以执行::code:`./weid_install.sh -v 1.0.12 -t en`。

- `-t参数`说明:指定依赖下载源,en : 指向海外的源, cn : 指向中国内地的源,国内用户建议使用 cn 或者不指定依赖源,国外用户建议使用 en。默认值是cn。


Expand Down Expand Up @@ -64,21 +64,21 @@ WeIdentity 安装部署工具使用文档(部署WeIdentity的服务器在海
.. code-block:: shell
./weid_install.sh -n webase
出现下列输出,则表示Web服务启动成功。

.. code-block:: shell
--------------------------------------------------------------------------
fisco-bcos-browser is installed successfully, please go to the fisco-bcos-browser/server directory and start the server.
Example: cd fisco-bcos-browser/server && ./start.sh
--------------------------------------------------------------------------
--------------------------------------------------------------------------
fisco-bcos-browser is installed successfully, please go to the fisco-bcos-browser/server directory and start the server.
Example: cd fisco-bcos-browser/server && ./start.sh
--------------------------------------------------------------------------
3.进入fisco-bcos-browser服务目录,并且启动服务

.. code-block:: shell
cd fisco-bcos-browser/server
./start.sh
cd fisco-bcos-browser/server
./start.sh
4.可以通过可视化工具进行访问fisco-bcos-browser
4.可以通过可视化工具进行访问fisco-bcos-browser
18 changes: 9 additions & 9 deletions readthedocs/zh_CN/docs/weidentity-installation-by-web.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,21 +81,21 @@ WeIdentity 安装部署工具使用文档(可视化安装部署方式)
.. code-block:: shell
./weid_install.sh -n webase
出现下列输出,则表示Web服务启动成功。

.. code-block:: shell
--------------------------------------------------------------------------
fisco-bcos-browser is installed successfully, please go to the fisco-bcos-browser/server directory and start the server.
Example: cd fisco-bcos-browser/server && ./start.sh
--------------------------------------------------------------------------
--------------------------------------------------------------------------
fisco-bcos-browser is installed successfully, please go to the fisco-bcos-browser/server directory and start the server.
Example: cd fisco-bcos-browser/server && ./start.sh
--------------------------------------------------------------------------
3.进入fisco-bcos-browser服务目录,并且启动服务

.. code-block:: shell
cd fisco-bcos-browser/server
./start.sh
cd fisco-bcos-browser/server
./start.sh
4.可以通过可视化工具进行访问fisco-bcos-browser
4.可以通过可视化工具进行访问fisco-bcos-browser

0 comments on commit 8ac4bb6

Please sign in to comment.