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/19 14:30:18 UTC

[shardingsphere-elasticjob] branch master updated: fixed #1161 (#1169)

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 703ebf1  fixed #1161 (#1169)
703ebf1 is described below

commit 703ebf16bbd33ac74ed0e91e6c8ac8f71bf3030d
Author: oking <ol...@hotmail.com>
AuthorDate: Sun Jul 19 22:30:09 2020 +0800

    fixed #1161 (#1169)
---
 .../elasticjob-lite/operation/deploy-guide.en.md      | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/docs/content/user-manual/elasticjob-lite/operation/deploy-guide.en.md b/docs/content/user-manual/elasticjob-lite/operation/deploy-guide.en.md
index 37dd4f4..d6505c6 100644
--- a/docs/content/user-manual/elasticjob-lite/operation/deploy-guide.en.md
+++ b/docs/content/user-manual/elasticjob-lite/operation/deploy-guide.en.md
@@ -4,4 +4,21 @@ weight = 1
 chapter = true
 +++
 
-TODO
+## Application deployment
+
+1. Start the Zookeeper of the ElasticJob-Lite designated registry.
+
+2. Run the jar file containing ElasticJob-Lite and business code. It is not limited to the startup mode of jar or war.
+
+3. When the job server is configured with multiple network cards, the network card address can be specified by setting the system variable `elasticjob.preferred.network.interface`. ElasticJob obtains the first non-loopback available IPV4 address in the network card list by default.
+
+## Operation and maintenance platform and RESTFul API deployment (optional)
+
+1. Unzip `elasticjob-lite-console-${version}.tar.gz` and execute `bin\start.sh`.
+
+2. 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.
+
+3. The method of accessing RESTFul API is the same as the console.
+
+4. `elasticjob-lite-console-${version}.tar.gz` can be obtained by compiling `mvn install`.
+