You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/04/24 09:26:48 UTC

[incubator-servicecomb-website] branch asf-site updated: add service center m1 fix method (#69)

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 8abac13  add service center m1 fix method (#69)
8abac13 is described below

commit 8abac13bdb58abe9f7c2aabe1737cb90a314bb3f
Author: zhengyangyong <ya...@huawei.com>
AuthorDate: Tue Apr 24 17:26:45 2018 +0800

    add service center m1 fix method (#69)
    
    Signed-off-by: zhengyangyong <ya...@huawei.com>
---
 _users/cn/setup-environment.md | 4 ++++
 _users/setup-environment.md    | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/_users/cn/setup-environment.md b/_users/cn/setup-environment.md
index 749f5a5..08f04ef 100644
--- a/_users/cn/setup-environment.md
+++ b/_users/cn/setup-environment.md
@@ -46,6 +46,10 @@ last_modified_at: 2018-04-13T10:01:43-04:00
    ```bash
    bash apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64/start-service-center.sh
    ```
+   
+    注意:前端(frontend)在Linux环境下默认会绑定ipv6地址,导致浏览器报错,修复办法为:先修改conf/app.conf中的httpaddr为外部可达网卡ip,之后修改app/appList/apiList.js中`ip : 'http://127.0.0.1'`为对应ip,最后重启ServiceCenter即可。
+    {: .notice--warning}
+  
     </div>
    </div>
 
diff --git a/_users/setup-environment.md b/_users/setup-environment.md
index fdc8316..fe3779c 100644
--- a/_users/setup-environment.md
+++ b/_users/setup-environment.md
@@ -46,6 +46,10 @@ There are two ways to start a stand-alone service center service:
    ```bash
    bash apache-servicecomb-incubating-service-center-1.0.0-m1-linux-amd64/start-service-center.sh
    ```
+   
+   NOTE:Frontend will bind ipv6 address under Linux, so browser may report error, fix method:Modify httpaddr in conf/app.conf with a reachable ip, then modify `ip : 'http://127.0.0.1'` in app/appList/apiList.js with same ip, final restart ServiceCenter.
+   {: .notice--warning}
+   
     </div>
    </div>
    

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.