forked from Sorrop/cheat-sheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vitalii Cherkashyn
authored
May 16, 2021
1 parent
0a5f886
commit 4412247
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 & | ||
|