Skip to content

Commit

Permalink
fixed #1161
Browse files Browse the repository at this point in the history
  • Loading branch information
O-king committed Jul 19, 2020
1 parent 916b720 commit 4f11809
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

0 comments on commit 4f11809

Please sign in to comment.