[doc] Modify quick start. (#10712)
This commit is contained in:
parent
74b977f36d
commit
ac275e8aa4
|
|
@ -1,62 +1,62 @@
|
|||
# Quick Start
|
||||
|
||||
* Watch Apache DolphinScheduler Quick Start Tutorile here:
|
||||
[](https://www.youtube.com/watch?v=nrF20hpCkug)
|
||||
* Watch Apache DolphinScheduler Quick Start Tutorial here:
|
||||
[](https://www.youtube.com/watch?v=nrF20hpCkug)
|
||||
|
||||
|
||||
* Administrator user login
|
||||
|
||||
> Address:http://localhost:12345/dolphinscheduler/ui Username and password: `admin/dolphinscheduler123`
|
||||
|
||||

|
||||

|
||||
|
||||
* Create a queue
|
||||
|
||||

|
||||

|
||||
|
||||
* Create a tenant
|
||||
|
||||

|
||||

|
||||
|
||||
* Create Ordinary Users
|
||||
|
||||

|
||||

|
||||
|
||||
* Create an alarm instance
|
||||
|
||||

|
||||

|
||||
|
||||
* Create an alarm group
|
||||
|
||||

|
||||

|
||||
|
||||
* Create a worker group
|
||||
|
||||

|
||||

|
||||
|
||||
* Create environment
|
||||
|
||||

|
||||

|
||||
|
||||
* Create a token
|
||||
|
||||

|
||||

|
||||
|
||||
* Login with regular users
|
||||
> Click on the user name in the upper right corner to "exit" and re-use the normal user login.
|
||||
|
||||
* `Project Management - > Create Project - > Click on Project Name`
|
||||
* `Project Management -> Create Project -> Project Name`
|
||||
|
||||

|
||||

|
||||
|
||||
* `Click Workflow Definition - > Create Workflow Definition - > Online Process Definition`
|
||||
* `Click Workflow Definition -> Create Workflow Definition-> Online Process Definition`
|
||||
|
||||
<p align="center">
|
||||
<img src="/img/process_definition_en.png" width="60%" />
|
||||
<img src="../../../../img/process_definition_en.png" width="60%" />
|
||||
</p>
|
||||
|
||||
* `Running Process Definition - > Click Workflow Instance - > Click Process Instance Name - > Double-click Task Node - > View Task Execution Log`
|
||||
* `Running Process Definition -> Click Workflow Instance -> Click Process Instance Name -> Double-click Task Node -> View Task Execution Log`
|
||||
|
||||
<p align="center">
|
||||
<img src="/img/log_en.png" width="60%" />
|
||||
<img src="../../../../img/log_en.png" width="60%" />
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue