You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/22 11:43:27 UTC

[shardingsphere-elasticjob] branch master updated: For #1161translate web-console.en.md (#1253)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new 52bd94a  For #1161translate web-console.en.md (#1253)
52bd94a is described below

commit 52bd94a43dcbb7268256670ba02218fd539c7229
Author: 于玉桔 <zh...@apache.org>
AuthorDate: Wed Jul 22 19:43:16 2020 +0800

    For #1161translate web-console.en.md (#1253)
---
 .../elasticjob-lite/operation/web-console.en.md    | 33 +++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

diff --git a/docs/content/user-manual/elasticjob-lite/operation/web-console.en.md b/docs/content/user-manual/elasticjob-lite/operation/web-console.en.md
index a5677cf..fdd4720 100644
--- a/docs/content/user-manual/elasticjob-lite/operation/web-console.en.md
+++ b/docs/content/user-manual/elasticjob-lite/operation/web-console.en.md
@@ -4,4 +4,35 @@ weight = 4
 chapter = true
 +++
 
-TODO
+Unzip `elasticjob-lite-console-${version}.tar.gz` and execute `bin\start.sh`.
+Open the browser and visit `http://localhost:8899/` to access the console.
+8899 is the default port number. You can customize the port number by entering `-p` through the startup script.
+
+## Log in
+
+The console provides two types of accounts: administrator and guest.
+The administrator has all operation rights, and the visitors only have the viewing rights.
+The default administrator user name and password are root/root,and the guest user name and password are guest/guest,You can modify the administrator and guest user names and passwords through `conf\auth.properties`.
+
+## Function list
+
+- Login security control
+- Registration center, event tracking data source management
+- Quickly modify job settings
+- View job and server dimension status
+- Operational job disable/enable, stop and delete life cycle
+- Event tracking query
+
+## Design concept
+
+The operation and maintenance platform has no direct relationship with ElasticJob-Lite. It displays the job status by reading the job registration center data, or updating the registration center data to modify the global configuration.
+
+The console can only control whether the job itself is running, but it cannot control the start of the job process, because the console and the job server are completely separated, and the console cannot control the job server.
+
+## Unsupported item
+
+* Add assignment
+
+The job will be automatically added the first time it runs.
+ElasticJob-Lite is started as a jar and has no job distribution function.
+To publish jobs entirely through the operation and maintenance platform, please use ElasticJob-Cloud.