blob: 8ce9bd7e63085c4b2883f180dee0571ea62e78cb [file] [log] [blame] [view]
# Quick Start
* Watch Apache DolphinScheduler Quick Start Tutorile here:
[![image](/img/video_cover/quick-use.png)](https://www.youtube.com/watch?v=nrF20hpCkug)
* Administrator user login
> Addresshttp://localhost:12345/dolphinscheduler Username and password: `admin/dolphinscheduler123`
<p align="center">
<img src="/img/login_en.png" width="60%" />
</p>
* Create a queue
<p align="center">
<img src="/img/create-queue-en.png" width="60%" />
</p>
* Create a tenant
<p align="center">
<img src="/img/create-tenant-en.png" width="60%" />
</p>
* Creating Ordinary Users
<p align="center">
<img src="/img/create-user-en.png" width="60%" />
</p>
* Create an alarm group
<p align="center">
<img src="/img/alarm-group-en.png" width="60%" />
</p>
* Create a worker group
<p align="center">
<img src="/img/worker-group-en.png" width="60%" />
</p>
* Create environment
<p align="center">
<img src="/img/create-environment.png" width="60%" />
</p>
* Create a token
<p align="center">
<img src="/img/token-en.png" width="60%" />
</p>
* 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`
<p align="center">
<img src="/img/create_project_en.png" width="60%" />
</p>
* `Click Workflow Definition - > Create Workflow Definition - > Online Process Definition`
<p align="center">
<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`
<p align="center">
<img src="/img/log_en.png" width="60%" />
</p>