updated deploy docs (#4567)

This commit is contained in:
Akash Jain 2022-04-29 11:30:59 +05:30 committed by GitHub
parent 0c51ecde63
commit 76b9ee6ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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