mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +00:00
updated deploy docs (#4567)
This commit is contained in:
parent
0c51ecde63
commit
76b9ee6ee7
@ -30,12 +30,11 @@ substitute AIRFLOW_HOME with your airflow installation home
|
||||
|
||||
## Deploy
|
||||
|
||||
1. Download the latest release
|
||||
2. Create plugins folder in your scheduler and webserver if it does not exist already
|
||||
3. cp -r src/plugins/* ${AIRFLOW_HOME}/plugins
|
||||
4. cp -r src/plugins/dag_templates {AIRFLOW_HOME}
|
||||
5. mkdir -p {AIRFLOW_HOME}/dag_generated_configs
|
||||
7. (re)start the airflow webserver and scheduler
|
||||
1. Download the latest openmetadata-airflow-apis-plugin release from [here](https://github.com/open-metadata/OpenMetadata/releases)
|
||||
2. Untar it under {AIRFLOW_HOME} directory. This will create and setup a plugins directory under {AIRFLOW_HOME} .
|
||||
3. cp -r {AIRFLOW_HOME}/plugins/dag_templates {AIRFLOW_HOME}
|
||||
4. mkdir -p {AIRFLOW_HOME}/dag_generated_configs
|
||||
5. (re)start the airflow webserver and scheduler
|
||||
|
||||
```
|
||||
airflow webserver
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user