Skip to content

Commit

Permalink
create user
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored May 16, 2021
1 parent 0a5f886 commit 4412247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ airflow
```sh
# init workflow
airflow initdb
# create user first login
airflow users create --role Admin --username vitalii --email [email protected] --firstname Vitalii --lastname Cherkashyn --password my_secure_password
# airflow resetdb - for reseting all data
airflow scheduler &
airflow webserver -p 8080 &
Expand Down

0 comments on commit 4412247

Please sign in to comment.