dimberman commented on pull request #10230: URL: https://github.com/apache/airflow/pull/10230#issuecomment-689036667
@FloChehab what I did was the following: 1. Install airflow source and git checkout apache/v1-10-test 2. Installed postgres on my mac and ran `pg_ctl -D /usr/local/var/postgres start` 3. Set the following values on my airflow.cfg ``` # The executor class that airflow should use. Choices include # SequentialExecutor, LocalExecutor, CeleryExecutor, DaskExecutor, KubernetesExecutor executor = LocalExecutor # The SqlAlchemy connection string to the metadata database. # SqlAlchemy supports many different database engine, more information # their website sql_alchemy_conn = postgres://localhost:5432/airflow ``` 4. started two terminals and ran "airflow webserver" and "aiflow scheduler" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
