You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2018/03/03 14:47:34 UTC

[incubator-skywalking] branch 5.0.0-alpha-doc updated: Add UI startup.sh description.

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

wusheng pushed a commit to branch 5.0.0-alpha-doc
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/5.0.0-alpha-doc by this push:
     new 00a9cde  Add UI startup.sh description.
00a9cde is described below

commit 00a9cde2821a39bacdbb2e8d33ee6ab42d06637d
Author: wusheng <wu...@foxmail.com>
AuthorDate: Sat Mar 3 22:47:25 2018 +0800

    Add UI startup.sh description.
---
 docs/en/Deploy-collector-in-cluster-mode.md    | 2 ++
 docs/en/Deploy-collector-in-standalone-mode.md | 4 +++-
 docs/en/Quick-start.md                         | 7 +++----
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/docs/en/Deploy-collector-in-cluster-mode.md b/docs/en/Deploy-collector-in-cluster-mode.md
index a9fec04..c6fa1ff 100644
--- a/docs/en/Deploy-collector-in-cluster-mode.md
+++ b/docs/en/Deploy-collector-in-cluster-mode.md
@@ -77,3 +77,5 @@ storage:
 
 
 3. Run `bin/startup.sh`
+
+- NOTICE: **In 5.0.0-alpha, startup.sh will start two processes, collector and UI, and UI uses 127.0.0.1:10800 as default.**
diff --git a/docs/en/Deploy-collector-in-standalone-mode.md b/docs/en/Deploy-collector-in-standalone-mode.md
index 3697fe1..56b1cda 100644
--- a/docs/en/Deploy-collector-in-standalone-mode.md
+++ b/docs/en/Deploy-collector-in-standalone-mode.md
@@ -3,7 +3,7 @@ Default standalong mode collector means don't support cluster. It uses H2 as sto
 
 If you are using skywalking in a low throughputs monitoring scenario, and don't want to deploy cluster, at least, switch the storage implementation from H2 to  Elasticsearch.
 
-**H2 storage implementation is not provided in 5.0.0-alpha**
+**H2 storage implementation is not provided in 5.0.0-alpha, so you must deploy ElasticSearch before try to start backend**
 
 ## Requirements
 * JDK 8+
@@ -19,6 +19,8 @@ You can simplely tar/unzip and startup if ports 10800, 11800, 12800 are free.
 
 You should keep the `config/application.yml` as default.
 
+- NOTICE: **In 5.0.0-alpha, startup.sh will start two processes, collector and UI, and UI uses 127.0.0.1:10800 as default.**
+
 ## Use Elastic Search instead of H2 as storage layer implementation
 Even in standalone mode, collector can run with Elastic Search as storage. If so, uncomment the `storage` section in `application.yml`, set the config right. The default configs fit for collector and Elasticsearch both running in same machine, and not cluster.
 
diff --git a/docs/en/Quick-start.md b/docs/en/Quick-start.md
index 64b8eac..cdc15d9 100644
--- a/docs/en/Quick-start.md
+++ b/docs/en/Quick-start.md
@@ -1,8 +1,7 @@
 # Quick start
 1. Download `org.apache.skywalking.apm-dist` in maven central. Or find `skywalking-dist.tar.gz/.zip` in `dist` folder after `mvn clean package`.
-1. Deploy Collector
-   1. [Standalone Mode](Deploy-collector-in-standalone-mode.md)
-   1. [Cluster Mode](Deploy-collector-in-cluster-mode.md)
-1. Deploy webui server [WIP]
+1. Deploy Backend
+   - [Standalone Mode](Deploy-collector-in-standalone-mode.md)
+   - [Cluster Mode](Deploy-collector-in-cluster-mode.md)
 1. Deploy Java Agent,[doc](Deploy-skywalking-agent.md)
 1. Reboot your applications, and open UI.
\ No newline at end of file

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