-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
1 changed file
with
4 additions
and
2 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 |
---|---|---|
|
@@ -17,7 +17,9 @@ GRANT ALL ON SCHEMA public TO airflow; | |
in the upstream role. During the last deploy this was addressed by logging | ||
into the host and running the create task manually: | ||
``` | ||
AIRFLOW_CONFIG=/etc/airflow/airflow.cfg AIRFLOW_HOME=/opt/airflow/ /opt/airflow/bin/airflow users create --username admin --password --firstname Open --lastname Observatory --role Admin --email [email protected] | ||
AIRFLOW_CONFIG=/etc/airflow/airflow.cfg AIRFLOW_HOME=/opt/airflow/ /opt/airflow/bin/airflow users create --username admin --password XXX --firstname Open --lastname Observatory --role Admin --email [email protected] | ||
``` | ||
|
||
* The nginx role | ||
* Once the setup is complete, you will then have to login to the host using the | ||
admin user and go into Admin->Configuration and add the `clickhouse_url` | ||
variable |