You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/08/15 03:17:54 UTC

[GitHub] xiaoyimei closed pull request #410: [SCB-812]Change the readme under the frontend folder

xiaoyimei closed pull request #410: [SCB-812]Change the readme under the frontend folder
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/410
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/frontend/Readme.md b/frontend/Readme.md
index 77e6f85f..dde0dc71 100644
--- a/frontend/Readme.md
+++ b/frontend/Readme.md
@@ -39,7 +39,17 @@ bower install
 
 cd ..
 
-go run main.go
+go build
+
+```
+Windows:
+```
+frontend.exe
+```
+
+Linux:
+```sh
+./frontend
 ```
 This will bring up the Service-Center UI on [http://127.0.0.1:30103](http://127.0.0.1:30103).
 If you want to change the listening ip/port, you can modify it in the configuration file (service-center/frontend/conf/app.conf : frontend_host_ip, frontend_host_port).


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services